Config
- set this to true to enable debug mode - not recommended if you're not actually debugging / updating the plugin debugMode: false
- set this to true if you don't want your players see version of CommandsEX when they type /cex disableVersion: false
- set this to true if you don't want player commands to be logged in console
- example: [INFO] [Zathrus_Writer] /tploc 0 80 0 logCommands: true
- number of seconds players need to wait between repeating same command again
- this will not stop spamming several different commands (i.e. /home, /sethome, /tell, /me, /home, /sethome...)
- TO BYPASS this (e.g. for your admins), give players (or groups) permission "cex.allowspamcommands" commandCooldownTime: 4
- database connection details (sqlLite and MySQL currently supported)
- host, name, password, port and database and port are REQUIRED ONLY when using MySQL,
- they are ignored for sqlite (except for database, which is used to create a database file itself)
- host = host name for the MySQL connection (in most cases can be left as "localhost")
- name = username for the MySQL connection
- password = username for the MySQL connection
- port = connection port for MySQL (in most cases can be left as "3306")
- database = name of your MySQL database to connect to
- prefix = optional, prefix for all CommandsEX tables (e.g. cex_, c_)
- enableDatabase: true sqlType: sqlite database: minecraft host: localhost port: 3306 name: root password: "" prefix: cex_
- default language to be used for all players until they switch
- this should be a valid ISO Language Code, or Language and Country code
- example: en, en_us, en_gb defaultLang: en
- Plugin Metrics allows the developers to gather anonymous information about the plugin
- Change to false if you wish to disable it pluginMetrics: true
- Whether or not the time it took to load CommandsEx should be displayed startupTimer: false
- set this to maximum number of warps each player is allowed to create
- if set to 0, no limit will be imposed - use wisely, it can fill your database quite quickly if you do so
- to allow certain people or groups to create unlimited warp points with this limit set,
- give them cex.warp.bypasslimits permission maxWarpsPerPlayer: 10
economy: currencySymbol: $ currencyPlural: Dollars currencySingular: Dollar defaultBalance: 5.00 requestExpireTime: 300
- The default radius for the /butcher command when no radius is specified butcherDefaultRadius: 5
- time (in seconds) for a player to be on the server before he's allowed to set and use
- their home location using /sethome (or /home set) command
- default: 12 hours (= 43200 seconds) homeQualifyTime: 43200
- set this to true if you want to allow players to have separate home locations in each world
- setting this to false will set player's home in the world they actually reside when using the /sethome command allowMultiworldHomes: true
- number of bans for the player to have in history before the system will suggest
- to ban this player permanently minTempBansWarn: 5
- set this to false if you want everyone on the server see when a player gets banned
- and the reason why this happened, otherwise set it to true silentBans: false
- number of seconds to keep player IPs internally
- this is used when a player repeatedly joins the server, griefs (or spams) heavily and quit right away,
- so we have his IP stored and can ip-ban the guy even after he left maxIPholdTime: 120
- set this to false if you want everyone on the server see when a player gets kicked
- and the reason why this happened, otherwise set it to true silentKicks: false
- Set this to the server's owner. This is used in /ownerstatus ServerOwner: Notch
- player commands replacements config file name playerCommandsReplaceFile: playercmd.txt
autoSave: time: 1800 players: true worlds: true nicknames: true nametags: true spawns: true prefix: '&d[AutoSave] ' messagesBegin: - '&6The server is now being saved' - '&6Some lag may occur during this' messagesFinish: - '&6The server has finished saving' - '&6Gameplay will return to normal'
afk: autoAfk: true idleTime: 300 kick: enabled: true time: 600 message: '&cYou have been kicked for being afk too long!'
- Should /spawn take you to the global spawn or a per world spawn perWorldSpawn: false
- list of all languages that will be available to your users,
- should you decide to allow them to change their language on per-user basis availableLangs: [en]