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







