Guest User

Untitled

a guest
Oct 18th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. # These are the color codes, use them in ONLY MESSAGES AND ANSWER MESSAGES before text. Ex: MessageText="&aDid you &clike this &bplugin."
  2. # For default all text will be in Aqua color...
  3. # Format colors and types can be found here: http://minecraft.gamepedia.com/Formatting_codes
  4. # 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.
  5. # 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
  6. # To make player run a command that he has no permission, just use commands like this: permgivercmd$$commandneedsperm$$permtakercmd
  7. # This is CommandPool part. You can delete whole part to not use it.
  8. # This part is very important. You must define each optional commands name here to register as a command.
  9. # Command number is not important for order but they have to be in ordered numbers.
  10. # If there isn't any Command2, Command3 wont be registered.
  11. Commands{
  12. Command1=website
  13. Command2=competitions
  14. Command3=voting
  15. }
  16.  
  17. # This is an example of optional commands. You must use exact same name in both here and in Commands list.
  18. # The best thing is players can use commands with answers like /gpollkit yes yes for fast usage.
  19. website{
  20. # If there is no answer specified, Listeners will be nonfunctional.
  21. Listeners {
  22. # Permissions are defined with commands name. Example:galluppoll.command.gpollkit will be added to permission list
  23. PermissionDeniedMessage="&cYou dont have permission to use this command."
  24. # You can define a cooldown for this command in seconds. Warning:cooldowns will reset on server shutdown!
  25. CmdCooldown=0
  26. CmdCooldownMessage="&cYou cant use this command that fast. Wait <cooldown> seconds."
  27. PlayerCanChat=False
  28. PlayerCanUseCmd=False
  29. }
  30. Messages {
  31. Message1 {
  32. ConsoleCmdBefore="say &a&lWebsite link... http://treasureisland.enjin.com/"
  33. MessageText="."
  34.  
  35. }
  36. }
  37. }
  38.  
  39. competitions{
  40. # If there is no answer specified, Listeners will be nonfunctional.
  41. Listeners {
  42. # Permissions are defined with commands name. Example:galluppoll.command.gpollkit will be added to permission list
  43. PermissionDeniedMessage="&cYou dont have permission to use this command."
  44. # You can define a cooldown for this command in seconds. Warning:cooldowns will reset on server shutdown!
  45. CmdCooldown=0
  46. CmdCooldownMessage="&cYou cant use this command that fast. Wait <cooldown> seconds."
  47. PlayerCanChat=False
  48. PlayerCanUseCmd=False
  49. }
  50. Messages {
  51. Message1 {
  52. ConsoleCmdBefore="say &a&lWebsite link... http://treasureisland.enjin.com/"
  53. MessageText="."
  54.  
  55. }
  56. }
  57. }
  58.  
  59. voting{
  60. # If there is no answer specified, Listeners will be nonfunctional.
  61. Listeners {
  62. # Permissions are defined with commands name. Example:galluppoll.command.gpollkit will be added to permission list
  63. PermissionDeniedMessage="&cYou dont have permission to use this command."
  64. # You can define a cooldown for this command in seconds. Warning:cooldowns will reset on server shutdown!
  65. CmdCooldown=0
  66. CmdCooldownMessage="&cYou cant use this command that fast. Wait <cooldown> seconds."
  67. PlayerCanChat=False
  68. PlayerCanUseCmd=False
  69. }
  70. Messages {
  71. Message1 {
  72. ConsoleCmdBefore="say &a&lWebsite link... http://treasureisland.enjin.com/"
  73. MessageText="."
  74.  
  75. }
  76. }
  77. }
Add Comment
Please, Sign In to add comment