Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Minecraft
You last visited: Today at 00:19

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Problem mit Iconomy (Chest shop)

Discussion on Problem mit Iconomy (Chest shop) within the Minecraft forum part of the Other Online Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2011
Posts: 7
Received Thanks: 0
Unhappy Problem mit Iconomy (Chest shop)

hi!
Ich habe nun seit einiger zeit einen bukkit server. dirt habe ich folgende plus installiert:

AppleTree
Commandbook
Essentials
Iconomy
Permissions
Worldguard
Worldedit

Allerdings kann entweder

keiner ausser jemand der in der admin gruppe ist shops erstellen oder etwas kaufen etc.

oder

keiner kann die anderen befehle nutzen, die ich in den permissions ferstgelegt hab und es erscheinen haufenweise fehler...
bzw es geht einfach nich auch mit festgelegten permissions und ohne fehler...

meine (global)group.yml sind alle gleich:

groups:
Default:
default: true
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- 'worldguard.god'
- 'worldguard.heal'
- 'worldguard.stack'
- 'worldedit.butcher'
- 'worldguard.region.flag'
- 'worldedit.superpickaxe'
- 'commandbook.weather'
- 'commandbook.spawn'
- 'commandbook.teleport'
- 'commandbook.teleport.other'
- 'commandbook.say'
- 'commandbook.time'
- 'commandbook.whereami.compass'
- 'worldedit.navigation.thru'
- 'worldedit.navigation.thru'
- 'essentials.home'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.sethome'
- 'essentials.god'
- 'essentials.heal'
- 'essentials.tp'
- 'essentials.tp.other'
(- 'iConomy.payment'
- 'iConomy.access'
- 'iConomy.rank'
- 'iConomy.list'
- 'iConomyChestShop.shop.use'
- 'iConomyChestShop.shop.sell')
(- 'iConomyChestShop.shop.create')

Admins:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- '*'
die configs von iconomy und chest shop:

1.:

PREFERRED_ECONOMY_PLUGIN: ""
#Preferred economy plugin (iConomy, BOSEconomy, Essentials). If you do not want to specify this, leave it blank.
REVERSE_BUTTONS: false
#If true, people will buy with left-click and sell with right-click.
SERVER_ECONOMY_ACCOUNT: ""
#Economy account's name you want Admin Shops to be assigned to
ADMIN_SHOP_NAME: "Admin Shop"
#First line of your admin shop should look like this
LOG_TO_FILE: false
#If true, plugin will log transactions in its own file
LOG_TO_CONSOLE: true
#Do you want ChestShop's messages to show up in console?
LOG_TO_DATABASE: false
#If true, plugin will log transactions in EBean database
GENERATE_STATISTICS_PAGE: false
#If true, plugin will generate shop statistics webpage.
STATISTICS_PAGE_PATH: "plugins/ChestShop/website.html"
#Where should your generated website be saved?
RECORD_TIME_TO_LIVE: 600
#How long should transaction information be stored?
STATISTICS_PAGE_GENERATION_INTERVAL: 60
#How often should the website be generated?
USE_BUILT_IN_PROTECTION: true
#Do you want to use built-in protection against chest destruction?
PROTECT_CHEST_WITH_LWC: false
#Do you want to protect shop chests with LWC?
PROTECT_SIGN_WITH_LWC: false
#Do you want to protect shop signs with LWC?
MASK_CHESTS_AS_OTHER_BLOCKS: false
#Do you want to mask shop chests as other blocks? HIGHLY EXPERIMENTAL, CAN LAG!



2.:
# iConomy 5.0
# %author Nijikokun <>
# %license GPLv2
# %copyright Copyright AniGaiku LLC (C) 2010-2011
##
# Setup Notes
# - Default
# This node consists of all the 'default' data.
# - Formatting
# Allows you to control the output of how you will
# see the currency in-game with the major/minor features.
# - Banking
# Allows users to store money in a seperate location as
# well as transfer from bank to bank between users
# - Multiple
# Allows users to create multiple accounts with banks
# - Q & A
# Q: Why?
# A: Money on hand can be lost, money in banks should not
# be altered upon plugin specifictions in iConomy 5.0
# - Interest amount is done in seconds.
# - Online
# If only true, only one bank / account will recieve money for that player.
# If only false, it will go through each bank / account and deposit money.
# - Announce
# Sends message each time a player recieves money.
# - Amount
# - On
# Each time interest runs you can either deposit the money into a bank (Interest)
# or directly into a players holdings (Wage).
# - Interval
# - Seconds
# Basic Table:
# 1 minute = 60 seconds
# 1 hour = 1 minute * 60 = 3600 seconds
# 1 day = 1 hour * 24 = 86400 seconds
# 1 week = 1 day * 7 = 604800 seconds
# - Database
# - Type
# Can only be h2 or MySQL, no longer supports SQLite.
# - Settings
# If you choose h2, only the first two are needed, do not alter MySQL.
# - MySQL
# Do not use remote databases from free sites, please use either a
# remote database from a personal hosted VPS or DEDI or a local
# database. This will prevent any 'timeout' or 'invalid settings'
# or 'cannot connect to database' issues. Thank you !
##

System:
Default:
Currency:
Major: [ 'Euro', 'Euro' ] # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
Minor: [ 'Euro', 'Euro' ] # Minor (Major.[Minor]) 0.23 Coins (With Seperate 0 Dollars, 23 Coins)
Account:
Holdings: 30.0 # Default holdings on hand upon join / creation.
Bank:
Name: iConomy # Default Bank Name
Currency:
Major: [ 'Euro', 'Euro' ]
Minor: [ 'Euro', 'Euro' ]
Account:
Fee: 20.0 # Default cost to register an account
Holdings: 30.0 # Default initial account holdings
Formatting:
Minor: false # Example (true) 0.23 Coins and 1.23 Dollars (false) 0.23 Dollars and 1.23 Dollars
Seperate: false # Example (true) 1 Dollar, 23 Coins (false) 1.23 Dollars (Only if Minor is true)
Logging:
Enabled: false # Logs transactions done inside iConomy only, other plugins must utilize the api. (Logs to SQL)
Banking:
Enabled: false
Accounts:
Multiple: true
Interest:
Enabled: false
Online: true # Only give to players who are online?
Announce:
Enabled: false
Interval:
Seconds: 60
Amount:
Cutoff: 0.0 # Amount limit to be met until we stop giving interest. (0.0 for no limit)
On: 'Players' # Banks or Players
Percent: 0.0 # Percent of holdings to give / take (Negative to take) (Overrides Min/Max)
Maximum: 1 # (Range) Maximum amount for random in between. (Make Max/Min equal for a flat-rate amount ie: 5/5)
Minimum: 2 # (Range) Minimum amount for random in between.
Database:
Type: 'H2SQL' # H2 or MySQL
Settings:
Name: 'minecraft'
Table: 'iConomy'
MySQL:
Username: 'root'
Password: 'pass'
Hostname: 'localhost'
Port: 3306

bitte um schnelle antwort

dvs23
dvs23 is offline  
Reply

Tags
bukkit, chest shop, iconomy, minecraf server, minecraft


Similar Threads Similar Threads
Hilfe Bukkit IConomy + Chest Shop
07/17/2011 - Minecraft - 7 Replies
Hallo liebe Elitepvperinnen und Elitepvpeler, Ich habe einen eigenen bukkit server doch ich bekomme die bank einfach nicht hin wenn ich sie einstelle können andere leute nichts kaufen oder verkaufen also niemand kann das. ich weiß nicht wieso oder ob ich permission einstellen muss würde mich freunen wenn einer mir helfen könnte ich bin schon am verzweifel !!!
Iconomy Shop
06/02/2011 - Minecraft - 2 Replies
Hallo, ich habe das Plugin Iconomy und Iconomy Shop auf meinen Server gespielt aber wenn ich einen Shop machen will kommt folgene Fehlermeldung: Config file doesn´t exist! Be sure to copy everything from .zip file to /plugins Aborting! Was hab ich falsch gemacht? mfg Rpgmenu
iConomy Chest funktioniert nicht?
05/15/2011 - Minecraft - 1 Replies
Ich habe nun auf meinen Server iConomyChest draufgehauen. Ich mache alles so wie es sein sollte d.h. 2 Stein o.ä dann Chest mit Inhalt vor die steine plazieren Scgild drüber dann Name, Anzahl, Preis, Itemname aber es passiert nichts? iConomy ist auch installiert, alle permissions sind auch eingetragen, was mache ich falsch?



All times are GMT +1. The time now is 00:20.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.