[Minecraft-server] Protéger création

Utilisateur anonyme -  
 Utilisateur anonyme -
Bonjour,
j'aimerais savoir comment il est possible de protéger certaines de ces créations avec un serveur minecraft de type bukkit ! Meerci bien !

PS : je possède la plugin permissions, iConomy et iConomyChestShop

7 réponses

  1. bigmaxmdr Messages postés 11 Date d'inscription   Statut Membre Dernière intervention   3
     
    comment as-tu su configurer icinomychestshop?
    0
  2. Utilisateur anonyme
     
    Je l'ai simplement mis dans le dossier plugin et voilà ^^
    0
  3. Utilisateur anonyme
     
    Ca fonctionne très bien comme ça !
    0
  4. bigmaxmdr Messages postés 11 Date d'inscription   Statut Membre Dernière intervention   3
     
    a ok je vais le reinstaller alors parce que moi y a que les admin qui peuvent creer des shop

    et pour repondre a ta question le plugin pour proteger c'est zmod
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. Utilisateur anonyme
     
    tu dois changer dans permissions si tu as essentials
    0
  7. bigmaxmdr Messages postés 11 Date d'inscription   Statut Membre Dernière intervention   3
     
    voila chestshop fonctionne ^^
    mais avec iconomy les gens gagne des sous sans rien faire et je n'arrive pas arreter ca peus-tu m'aider?
    0
  8. Utilisateur anonyme
     
    voici mon fichier de config pour iconomy (changez <ta monnaie> et <la somme de départ> :
    ##
    # iConomy Settings
    ##
    
    System:
        # The name of your currency
        Currency: <ta monnaie>
        Currency_Plural: <ta monnaie>
        # The initial balance a player logs on with
        Initial_Balance: <la somme de départ>
        # 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
    0