Serveur avec plugins pour 1.4

Kenta

Architecte en herbe
6 Avril 2011
437
11
57
Bonjour, j'ai un probléme avec Iconnomy, les joueur gagne des sous sans rien faire :o

voila la config :

Code:
##
# iConomy Settings
##

System:
    # The name of your currency
    Currency: Ecu
    Currency_Plural: Ecu
    # The initial balance a player logs on with
    Initial_Balance: 50.0
    # 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: true
        # 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: 4.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: 15
    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
 

Truelle

Bucheron
4 Mars 2011
817
1
11
C'est toi l'admin du serveur ? Car c'est écrit que par défaut le système d'intérets est désactiver et pourtant il est à 'true', donc y'a bien quelqu'un qui a modifier cette valeur, apparemment sans savoir ce que c'est. Mais voilà, pourquoi les gens gagnent de l'argent au fil du temps.
 

Kenta

Architecte en herbe
6 Avril 2011
437
11
57
je suis admin mais ce n'est pas moi qui héberge ( via hamachi pour le moment ) Je vais prévenir qu'il change :)

Merci beaucoup
 

@vatare

Aventurier
7 Février 2011
46
0
1
Personnellement je l'ai mis par la suite sur mon serveur actuel , les joueurs gagnent 2 % toutes les heures .Ce qui leur permet de rattraper une mort ou simplement acheter un bout de viande .
 

Hakimushi

Aventurier
13 Avril 2011
1
0
0
Comment peut on faire pour faire marcher Izone avec la version 1.4 ?

Sinon je te remercie énormement pour ce serveur
 

coco24200

Aventurier
29 Mars 2011
54
0
0
Bonjour génial tu m'a beaucoup aider mais j'ai un probleme, quand reconfigure permissions enfin que je remplace les nom que tu avait mis par ceux qui joue sur mon serveur comme ceci :
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: true).  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:
    G:
        default: false
        info:
            prefix: '&8'
            suffix: '&8'
            build: false
        inheritance: 
            - null
        permissions:
            - 'iConomy.payment'
            - 'iConomyChestShop.shop.use'
            - 'iConomyChestShop.shop.sell'            
    K:
        default: true   
        info:
            prefix: '&7'
            suffix: '&7'
            build: true
        inheritance:
            - G
        permissions: 
        
    P:
        default: false
        info:
            prefix: '&6'
            suffix: '&6'
            build: true
        inheritance:
            - K
        permissions:
            - 'iConomyChestShop.shop.create'
            - 'iConomy.payment'
            - 'iConomyChestShop.shop.use'
            - 'iConomyChestShop.shop.sell'
            
    M:
        default: false
        info:
            prefix: '&2'
            suffix: '&2'
            build: true
        inheritance: 
            - P 
        permissions:
            
    A:
        default: false
        info:
            prefix: '&c'
            suffix: '&c'
        inheritance:
            - M
        permissions:
            - '*'
     
##
# 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:
    coco24200:
        group: A
        permissions:
        
    Layone24:
        group: A
        permissions:
        
    skaldrenox:
        group: A
        permissions:
        
    Dagnir:
        group: P
        permissions:
 
    justdoit:
        group: P
        info:
            prefix:
            suffix:
        permissions:
        
    nicolas76330:
        group: P
        info:
            prefix:
            suffix:
        permissions:  
        
    membre:
        group: 
        info:
            prefix:
            suffix:
            permissions:   
            
    membre:
        group: 
        info:
            prefix:
            suffix:
        permissions:
        
    membre:
        group: 
        info:
            prefix:
            suffix:
        permissions:   

    membre:
        group: 
        info:
            prefix:
            suffix:
        permissions:  
		
    membre:
        group: 
        info:
            prefix:
            suffix:
        permissions:  
		
    membre:
        group: 
        info:
            prefix:
            suffix:
        permissions:  
		
    membre:
        group: 
        info:
            prefix:
            suffix:
        permissions: 
		
    membre:
        group: 
        info:
            prefix:
            suffix:
        permissions:  
		
    membre:
        group: 
        info:
            prefix:
            suffix:
        permissions:

membre étant une place de libre pour les nouveau joueur.

Donc quand ej lance le serveur avec cette config cela me met une erreur comme sa :

Code:
09:50:47 [GRAVE] Could not load plugins\Permissions.jar in plugins: null
org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
ava:105)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
java:158)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
.java:106)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:63)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
ava:101)
        ... 8 more
Caused by: while scanning for the next token
found character         '\t' that cannot start any token
 in "<reader>", line 184, column 1:

    ^

        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
va:360)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
3)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(P
arserImpl.java:592)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
2)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)

        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
tructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.bukkit.util.config.Configuration.load(Configuration.java:73)
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:
126)
        ... 13 more


Voila aidez moi svp aussi pour nfo et réponse a un ancien message de @vatar mon serveur marche aevc Hamachi si sa t'interrese !

Rebonjour j'ai changer ma config de permissions avec un model que j'ai trouver sur internet et toujour la meme erreur.

Voila la config :

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:
    Vagabond:
        default: true
        info:
            prefix: ''
            suffix: ''
            build: false
        inheritance:
        permissions:
            - 'foo.bar'

    Membre:
        default: false
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
        permissions:
        - 'essentials.home'
        - 'essentials.sethome'
        - 'essentials.spawn'
        - 'iConomy.payment'
        - 'essentials.msg'
        - 'essentials.motd'
        - 'essentials.rules'
       
    Moderator:
        default: false
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
            - Default
        permissions:
            - '*'
    Admins:
        default: false
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
        permissions:
            - '*'
            - '-essentials.ban'
            - '-essentials.ban-ip'

##
# 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:

    "coco24200":
        group: Admins
        info:
            prefix: '[&aAdmin&f]'
            suffix: '&f'
        permissions:

    "Layone24":
        group: Moderator
        info:
            prefix: '[&cModerateur&f]'
            suffix: '&f'
        permissions:

    "skaldrenox":
        group: Admins
        info:
            prefix: '[&aAdmin&f]'
            suffix: '&f'
        permissions:

    "Dagnir":
        group: Membre
        info:
            prefix: '[&eMembre&f]'
            suffix: '&f'
        permissions:
		
    "justdoit":
        group: Membre
        info:
            prefix: '[&eMembre&f]'
            suffix: '&f'
        permissions:
		
    "nicolas76330":
        group: Membre
        info:
            prefix: '[&eMembre&f]'
            suffix: '&f'
        permissions:
		
    "Membre 1":
        group: Membre
        info:
            prefix: '[&eMembre&f]'
            suffix: '&f'
        permissions:
		
    "Membre 1":
        group: Membre
        info:
            prefix: '[&eMembre&f]'
            suffix: '&f'
        permissions:
		
    "Membre 1":
        group: Membre
        info:
            prefix: '[&eMembre&f]'
            suffix: '&f'
        permissions:
		
    "Membre 1":
        group: Membre
        info:
            prefix: '[&eMembre&f]'
            suffix: '&f'
        permissions:
		
    "Membre 1":
        group: Membre
        info:
            prefix: '[&eMembre&f]'
            suffix: '&f'
        permissions:
 

@vatare

Aventurier
7 Février 2011
46
0
1
Hakimushi : la nouvelle version de izone est arrivée il y'a peu , les commandes ont un peu changé , pour l'installer extrait juste dans le dossier plugin :
http://forums.bukkit.org/threads/admin-sec-izone-v5-7-a-zone-protection-system-670.5781/

coco24200 : pour decouvrir par toi même d'ou vient l'erreur , cherche un peu dans la console , ici , ca dit :

PHP:
 Caused by: while scanning for the next token
found character         '\t' that cannot start any token
in "<reader>", line 184, column 1:

Avec notepad++ tu peux voir les lignes (l'erreur se trouve donc a la ligne 184 .

Envoie moi le world.yml pour que je voie ce qui cloche , la flemme de chercher ligne par ligne l'erreur , j'irai directement à la 184 .Enfin pour la deuxieme config renvoie le message qui apparait dans la console .
 

coco24200

Aventurier
29 Mars 2011
54
0
0
Pour la deuxieme config c'est la meme erreur mais ce'st a la ligne 145 mais que sa soit al ligne 145 ou 185 c'est une ligne blanche !

Je tenvoie la config par mp !

si jamais tu trouve tu pourra me el renvoyer corriger le world.yml ?