configuration
Configuration
The default Configuration is below, comments should explain what each option does.
#This is the default Configuration for playerCommands, created by Kait18! #Do not touch this part! #-----------------------------# configversion: 4 #-----------------------------# #Please read all of the core settings below! #-----------------------------# # Core Settings | #-----------------------------# #If the option below is set to false, most messages, for example #"Essentials integration successful!" won't appear in the console #If you set it to true, these messages will appear verbose: true #The option below will determine wether you want save intervals to be enabled or not. #What each save does is save all the daya of a player into its file. #IF SCHEDULED SAVES ARE NOT ENABLED, PLAYER DATA WILL BE SAVED ON PLAYER LOGOUT. #For this to take effect, you will need a server restart. enable-saves: false #The option below is the interval in which the Player Files will be saved. #The interval is in seconds. #1 minute = 60, 5 minutes = 300, 10 minutes = 600 etc. #This only works when saves are enabled. save-interval: 600 #WARNING! Please read this description before setting the option below #This option is made for offline mode servers, which would like to use online mode UUIDs. #IMPORTANT: This will only work if your server gets the online mode UUID from players with the player.getUniqueId() method while in offline mode. #This may happen on certain occasions, i.e. When using Bungeecord with the specified settings enabled. #If you set this to true: Set "HasConverted" to false in settings.dat. You can open this file with Notepad or Notepad++. #If you're using a control panel such as Multicraft, just edit the file directly, or edit it and upload it to your server. #Another warning! Only use this if you have read the above and know what you're doing. Pretend-Online-Mode: false #Below you can decide what do you want to integrate with vault. Vault: Economy: false Permissions: false Chat: false #Below you can decide if you would like to enable essentials integration. Essentials-Integration: false #In the following option, the vaule must be either 'Vault' or 'Essentials' #The option is to choose where should PlayerCommands get the DisplayName. Chat-Name: 'Vault' #this is the message shown when you don't have permission to do something. NoPermission: '&4You do not have permission to do this!' #This is the prefix that will appear before each message. Prefix: '&b[PlayerCommands]' #---------------------------------# # Chat and Messages | #---------------------------------# #Below, is the player name format if you selected Vault two options above. #{playerprefix} is the player's prefix. #{playersuffix} is the player's suffix. #{groupprefix} is the group's prefix. Only works if vault has integrated permissions. #{groupsuffix} is the group suffix. Only works if vault has integrated Permissions. #{name} is the player name. Vault-Chat-Format: '{groupprefix}{name}{groupsuffix}' #If in the above you selected essentials, should we use the essentials displayname, or just the player name? #True = Essentials Displayname Essentials-DisplayName: true #You can enable the MOTD below. #It will be sent on /motd or on player join. enable-motd: true #You can set the Message of the Day below! #The placeholders are: #%p for the player name. #%s for the server name. MOTD: "&aWelcome to the server!" #This will let you use color codes in chat enablecolorchat: true #This will let playercommand set join messages enablejoinmessages: true #This will let playercommand set leave messages enableleavemessages: true #This will decide either to check a players inbox on player join or not to do so. check-mail-on-join: true #This will show the plugins list on /plugins or /pl please just use words and comas. pluginscmd: 'What, are, you, looking, at' #This is the join Message, it will come out without a prefix. onJoin: '&e%p joined the game.' #This is the Leave message, it will come out without a prefix. onLeave: '&e%p left the game.' #To remove Join/Leave messages from the server, set them to '' #The message below is the default ban reason default-ban-reason: "For breaking the server's rules." #The message below is the default kick reason default-kick-reason: "For breaking the server's rules." #---------------------------------# # Economy | #---------------------------------# #The option below will enable PlayerCommands to have economy. #PlayerCommands economy will only be used if there's no other economy plugin, and if the option below is enabled. #If it is enabled but there's another economy plugin, PlayerCommands will let the other plugin handle economy. #This is because PlayerCommands economy is currently in a simple level. PlayerCommands will still handle economy commands though. #Money transfers will affect the economy plugin. Vault is required for PlayerCommands economy commands. #If you don't have Vault installed, or an economy plugin, and PlayerCommands economy is enabled, PlayerCommands will handle economy. #Vault is not needed when using PlayerCommands economy alone. economy-enabled: false #Which is the currency you would like to use? currency: '$' #Which should be the balance of a player who just joined? default-balance: 200 #---------------------------------# # Signs | #---------------------------------# #The first setting will let you use color codes in signs, the second one is the prefix to be used in the first line in signs related to the plugin: #The second setting below is the prefix to be used in all signs. #While assigning the sign prefix, make sure that it is smaller than 13 characters. #This will avoid a possible client crash if the prefix is about to fill the line, and the color to the first line is added by PlayerCommands. #----------------------# enablecoloronsign: true Signprefix: '[PCommands]' #----------------------# #This setting will let you use signs that when right clicked, will change the player's gamemode. enablegamemodesigns: true #This setting will let you use signs that when right clicked, will heal the player enablehealsigns: true #This setting will let you use signs that when right clicked, will change the server time(i.e. day) enabletimesigns: true #This setting will let you use signs that when right clicked, will change the server weather enableweathersigns: true #This Setting will let you enable warp signs. enablewarpsigns: true #This setting will let you enable buy signs. enablebuysigns: true #This setting will let you enable sell signs. enablesellsigns: true #---------------------------------# # AntiCurse | #---------------------------------# #This option will enable the AntiCurse enableanticurse: true #The list of words players are not allowed to say. AntiCurseList: [] #The word that will replace the words in the list above in chat. AntiCurseReplace: '****' #---------------------------------# # AntiBulid and Protection | #---------------------------------# #This is a really basic antibuild. only players with certain permission can place/break/interact with blocks. AntiBuildEnabled: true #This Will stop creepers from exploding. BlockCreeperExplosion: true #This will prevent creepers from damaging blocks. BlockCreeperBlockDamage: true #---------------------------------# # Auto-BroadCasting | #---------------------------------# #This Option will enable the Auto broadCaster BroadCaster-Enabled: false #Write the messages you want the plugin to broadcast below! BroadCast-Messages: - '&aWelcome to the server!' - '&bMake sure to read the rules!' #If the following option is set to true, messages will be broadcasted in a random order. BroadCast-RandomOrder: false #Write the messages interval below! This plugin uses Seconds as units! BroadCast-Interval: 200 #The option below will indicate if the console should recieve the broadcasting messages. Send-to-Console: false
Comments