Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # These are the color codes, use them in ONLY MESSAGES AND ANSWER MESSAGES before text. Ex: MessageText="&aDid you &clike this &bplugin."
- # For default all text will be in Aqua color...
- # Format colors and types can be found here: http://minecraft.gamepedia.com/Formatting_codes
- # WARNING! There are a lot of OPTIONAL parts in this config. Ex: in LoginMessages Message1 has all variables possible, but Message2 has only essential ones.
- # To teleport player for login messages/rules part you can use tp <player> 0 0 0 before message cmd or you can use any command that you can run from console
- # To make player run a command that he has no permission, just use commands like this: permgivercmd$$commandneedsperm$$permtakercmd
- # This is CommandPool part. You can delete whole part to not use it.
- # This part is very important. You must define each optional commands name here to register as a command.
- # Command number is not important for order but they have to be in ordered numbers.
- # If there isn't any Command2, Command3 wont be registered.
- Commands{
- Command1=website
- Command2=competitions
- Command3=voting
- }
- # This is an example of optional commands. You must use exact same name in both here and in Commands list.
- # The best thing is players can use commands with answers like /gpollkit yes yes for fast usage.
- website{
- # If there is no answer specified, Listeners will be nonfunctional.
- Listeners {
- # Permissions are defined with commands name. Example:galluppoll.command.gpollkit will be added to permission list
- PermissionDeniedMessage="&cYou dont have permission to use this command."
- # You can define a cooldown for this command in seconds. Warning:cooldowns will reset on server shutdown!
- CmdCooldown=0
- CmdCooldownMessage="&cYou cant use this command that fast. Wait <cooldown> seconds."
- PlayerCanChat=False
- PlayerCanUseCmd=False
- }
- Messages {
- Message1 {
- ConsoleCmdBefore="say &a&lWebsite link... http://treasureisland.enjin.com/"
- MessageText="."
- }
- }
- }
- competitions{
- # If there is no answer specified, Listeners will be nonfunctional.
- Listeners {
- # Permissions are defined with commands name. Example:galluppoll.command.gpollkit will be added to permission list
- PermissionDeniedMessage="&cYou dont have permission to use this command."
- # You can define a cooldown for this command in seconds. Warning:cooldowns will reset on server shutdown!
- CmdCooldown=0
- CmdCooldownMessage="&cYou cant use this command that fast. Wait <cooldown> seconds."
- PlayerCanChat=False
- PlayerCanUseCmd=False
- }
- Messages {
- Message1 {
- ConsoleCmdBefore="say &a&lWebsite link... http://treasureisland.enjin.com/"
- MessageText="."
- }
- }
- }
- voting{
- # If there is no answer specified, Listeners will be nonfunctional.
- Listeners {
- # Permissions are defined with commands name. Example:galluppoll.command.gpollkit will be added to permission list
- PermissionDeniedMessage="&cYou dont have permission to use this command."
- # You can define a cooldown for this command in seconds. Warning:cooldowns will reset on server shutdown!
- CmdCooldown=0
- CmdCooldownMessage="&cYou cant use this command that fast. Wait <cooldown> seconds."
- PlayerCanChat=False
- PlayerCanUseCmd=False
- }
- Messages {
- Message1 {
- ConsoleCmdBefore="say &a&lWebsite link... http://treasureisland.enjin.com/"
- MessageText="."
- }
- }
- }
Add Comment
Please, Sign In to add comment