Bonjour j'ai un probleme avec iConomy, je pense que le probleme vient du plugin permission.
Probleme:les joueurs ont acées a deux commandes:-/money
-/money ?
Alors que je voudrait qu'ils aient acces a:-/money pay
-/money rank
voici mes codes:
en vous remerciant d'avance.
Probleme:les joueurs ont acées a deux commandes:-/money
-/money ?
Alors que je voudrait qu'ils aient acces a:-/money pay
-/money rank
voici mes codes:
Code:
##
# iConomy Settings
##
System:
# The name of your currency
Currency: kama
Currency_Plural: kamas
# The initial balance a player logs on with
Initial_Balance: 1000
# Should we log transactions?
Logging:
# Logging is logged to a database table named [table]_Transactions
# It will not be in a file like before it is all through the transaction
# system which other plugins can tie into.
Enabled: false
# Should we use this system?
Interest:
# Default is false
Enabled: false
# Announce a message to the user?
# Message located in: Messages.yml under interest
Announce: false
# How many seconds for this to happen
IntervalSeconds: 60
# Percentage
# 10 is a good number
# This overrides all below if used.
Percentage: 0.0
# Leave this at 0.0 if you wish to use Min/Max!
# Otherwise, this will over-ride that.
# This is the DIRECT amount, it's not dynamic and will not change.
FlatRate: 0.0
# How much minimum money do they get per interval
MinimumPerInterval: 1
# How much maximum money do they get per interval
MaximumPerInterval: 2
Database:
# Can be MySQL, or H2SQL
Type: H2SQL
# Name of the database
Name: minecraft
# Table name
Table: iConomy
# Mysql Details
MySQL:
# MySQL Login Username
Username: 'root'
# MySQL Login Password
Password: 'pass'
# MySQL Connection Hostname (IP)
Hostname: 'localhost'
# MySQL Connection Port Number
Port: 3306
Code:
# System is no longer used, but may become used in the future
# Copies is for multiple-world support
# Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
# If this file is for your default world (the one in server.properties) then you must
# leave copies blank.
# Example: copies: Derp - This will clone the permissions of the world Derp
#
# Make sure to rename this file to the name of the world that is in sever.properties under
# level-name. So if it is level-name: world then this should be world.yml and in the
# plugins/Permissions directory (ie. plugins/Permissions/world.yml)
#
# NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
# doing this is to use Notepad++ and replace the tab with 4 spaces.
plugin:
permissions:
system: default
copies:
##
# AntiBuild is included with this. To disable a group from being able to build then
# set the build: flag to false (build: false). If you want a group to be able to build
# then set it to true.
##
# Groups can contain inheritance.
# To make a group inherit the permissions from another
# group simply place the groups name in the "inheritance:" like so:
#
# Example:
# inheritance:
# - Default
##
# All permissions including the asterisks must be placed in single quotes.
# like so:
#
# - 'foo.bar'
#
# Otherwise errors will happen!
##
# Globalized Permission settings:
#
# If a permission contains periods (.) you can denote a globalized parameter:
#
# - 'foo.*'
#
# This will allow you to use all general commands.
#
##
# Single Asterisk denotes all commands:
#
# - '*'
# If you give a group this permissions, do not have the group inherit any permissions
# from other groups. Any users assigned to this group should NOT be given any additional
# permissions either.
##
# To exempt a node use the - prefix like so:
# - '-foo.bar'
##
# prefix: and suffix: do not do anything on their own. You need another outside plugin
# such as iChat or HeroChat in order for these to do anything.
groups:
joueurs:
default: true
info:
prefix: '&8'
suffix: '&8'
build: true
inheritance:
permissions:
- essentials.back
- essentials.spawn
- essentials.mail
- essentials.msg
- essentials.sethome
- essentials.home
- essentials.home
- essentials.help
- LWC.cprivate
- general.spawn
- general.back
- essentials.back
- essentials.list
- essentials.online
- multiverse.tp
- multiverse.world.list
- multiverse.world.setspawn
- multiverse.world.spawn
- essentials.tphere
- essentials.tp
- iConomy.payment
- iConomy.rank
- iConomy.list
##
# Users denote which users are included in which group.
# TheNo1Yeti is in the Admin group
# Herpina is a member of the Moderator group but also has access
# to the herp.derp permissions
# Derpina is a member of the admin group but does not have access
# to the derp.derp permission node
# Users can also have a prefix and suffix as seen with Herpina
##
users:
quentin31600:
group: joueurs
permissions:
- LWC.cprivate
vividy:
group: joueurs
permissions:
jordan:
group: joueurs
permissions:
pitbul:
group: joueurs
permissions:
ghost31:
group: joueurs
permissions:
azerty:
group: admin
permissions:
en vous remerciant d'avance.