Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. ######################################################################
  2. # #
  3. # KINGDOMCRAFT #
  4. # Created by iGufGuf, Copyrighted #
  5. # ---------------- #
  6. # Credits would really be apreciated #
  7. # #
  8. ######################################################################
  9.  
  10. #DONT CHANGE THIS, IT WILL BE USED TO AUTO-UPDATE THE CONFIG
  11. version: 1.1
  12.  
  13. #Prefix when you are not in a kingdom
  14. default-prefix: '&f[&6Kingdomloos&f] &7'
  15.  
  16. #Enable the plugin for only some single worlds (case sensitive)
  17. worlds: false
  18. world-list:
  19. - world
  20.  
  21. #Make players in the same kingdom not damage eachother, override with kingdom.friendlyfire.bypass
  22. friendlyfire: false
  23.  
  24. #Make player use /spawn when he leaves or get kicked from a kingdom.
  25. spawn-on-kingdom-leave: true
  26.  
  27. #Make players teleport to the kingdom spawn when joining a kingdom.
  28. spawn-on-kingdom-join: true
  29.  
  30. #Cooldown in seconds for teleporting to kingdom spawn (0 = default), no waiting with kindom.teleport.bypass
  31. tp-delay: 5
  32.  
  33. #true = use the below channel system, DON'T USE ANY OTHER CHAT PLUGIN!
  34. #false = use another chat plugin.
  35. chat-system: true
  36.  
  37. #the chat format when the channels are not used
  38. nochannels-format: '&7{RANK}{KINGDOM}{KINGDOMRANK} &b{NAME} &8\u00BB &7{MESSAGE}'
  39.  
  40. # The channel where you talk in when not in a kingdom, can't be a kingdom only channel!
  41. # Remove this to make players not able to talk when not in a kingdom!
  42. # possible chat format variables:
  43. # kingdom: KINGDOM_NAME, KINGDOM, KINGDOM_PREFIX, KINGDOM_SUFFIX, KINGDOM_TABPREFIX, KINGDOM_TABSUFFIX
  44. # kingdomrank: KINGDOMRANK_NAME, KINGDOMRANK_PREFIX, KINGDOMRANK_SUFFIX, KINGDOMRANK_TABPREFIX, KINGDOMRANK_TABSUFFIX
  45. # vault support (pex, groupmanager, zperms...): PREFIX, SUFFIX
  46. nokingdom-channel: 'public'
  47. channels:
  48. enabled: true
  49.  
  50. #Default channel for kingdom, cannot be removed or replaced
  51. kingdom:
  52. format: '&8[K]&7{RANK}{KINGDOMRANK} &7{NAME} &8\u00BB &7{MESSAGE}'
  53.  
  54. #Only members of your kingdom will see this
  55. kingdom-only: true
  56.  
  57. #The channel where you talk in without a message prefix
  58. default: true
  59.  
  60. public:
  61.  
  62. #make players not able to toggle this channel!
  63. alwayson: true
  64.  
  65. #the format that will display when the player is talking in this channel
  66. format: '&8[P]&7{RANK}{KINGDOM}{KINGDOMRANK} &7{NAME} &8\u00BB &7{MESSAGE}'
  67.  
  68. #Prefix before message to send a message in this channel
  69. message-prefix: '!'
  70.  
  71. roleplay:
  72. format: '&8[R]&7{RANK} &7{NAME} &8\u00BB &7{MESSAGE}&7'
  73. message-prefix: '#'
  74.  
  75. trade:
  76. format: '&8[T]&7{RANK} &7{NAME} &8\u00BB &7{MESSAGE}'
  77. message-prefix: '$'
  78.  
  79. admin:
  80. format: '&4[A]{RANK} &7{NAME} &8\u00BB &7{MESSAGE}'
  81. #Permission to watch & talk in this channel: kingdom.channel.<channelname>
  82. permission: true
  83. message-prefix: '@'
  84.  
  85.  
  86.  
  87. ------------------------------------------------------------------------------------------------------------------------------------
  88. prefix: '&8[&4Aig&friad&8]&r'
  89. ranks:
  90. king:
  91. prefix: '&7[&6King&7]'
  92. permissions:
  93. - member
  94. - kingdom.kick
  95. - kingdom.invite
  96. member:
  97. prefix: '&7[&8Member&7]'
  98. default: true
  99. permissions:
  100. - kingdom.spawn
  101. - kingdom.channel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement