A voir également:
- [Minecraft-server] Protéger création
- Creation compte gmail - Guide
- Proteger cellule excel - Guide
- Création site web - Guide
- Création compte google - Guide
- Media creation tool - Télécharger - Systèmes d'exploitation
7 réponses
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
et pour repondre a ta question le plugin pour proteger c'est zmod
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
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?
mais avec iconomy les gens gagne des sous sans rien faire et je n'arrive pas arreter ca peus-tu m'aider?
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