Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 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. - lobbyantarya
  21.  
  22. #Make players in the same kingdom not damage eachother, override with kingdom.friendlyfire.bypass
  23. friendlyfire: false
  24.  
  25. #Make player use /spawn when he leaves or get kicked from a kingdom.
  26. spawn-on-kingdom-leave: true
  27.  
  28. #Make players teleport to the kingdom spawn when joining a kingdom.
  29. spawn-on-kingdom-join: true
  30.  
  31. #Cooldown in seconds for teleporting to kingdom spawn (0 = default), no waiting with kindom.teleport.bypass
  32. tp-delay: 5
  33.  
  34. #true = use the below channel system, DON'T USE ANY OTHER CHAT PLUGIN!
  35. #false = use another chat plugin.
  36. chat-system: true
  37.  
  38. #the chat format when the channels are not used
  39. nochannels-format: '{PREFIX}{KINGDOM}{KINGDOMRANK} &b{NAME} &8\u00BB &7{MESSAGE}'
  40.  
  41. # The channel where you talk in when not in a kingdom, can't be a kingdom only channel!
  42. # Remove this to make players not able to talk when not in a kingdom!
  43. # possible chat format variables:
  44. # kingdom: KINGDOM_NAME, KINGDOM, KINGDOM_PREFIX, KINGDOM_SUFFIX, KINGDOM_TABPREFIX, KINGDOM_TABSUFFIX
  45. # kingdomrank: KINGDOMRANK_NAME, KINGDOMRANK_PREFIX, KINGDOMRANK_SUFFIX, KINGDOMRANK_TABPREFIX, KINGDOMRANK_TABSUFFIX
  46. # vault support (pex, groupmanager, zperms...): PREFIX, SUFFIX
  47. nokingdom-channel: 'public'
  48. channels:
  49. enabled: true
  50.  
  51. #Default channel for kingdom, cannot be removed or replaced
  52. kingdom:
  53. format: '&8[K]{PREFIX}{KINGDOMRANK} &7{NAME} &8\u00BB &9{MESSAGE}'
  54.  
  55. #Only members of your kingdom will see this
  56. kingdom-only: true
  57.  
  58. #The channel where you talk in without a message prefix
  59. default: true
  60.  
  61. public:
  62.  
  63. #make players not able to toggle this channel!
  64. alwayson: true
  65.  
  66. #the format that will display when the player is talking in this channel
  67. format: '&8[P] {PREFIX} {KINGDOM} {KINGDOMRANK} &7{NAME} &8\u00BB &7{MESSAGE}'
  68.  
  69. #Prefix before message to send a message in this channel
  70. message-prefix: '!'
  71.  
  72. roleplay:
  73. format: '&8[R] &7{KINGDOM} {KINGDOMRANK} &7{NAME} &8\u00BB &7{MESSAGE}&7'
  74. message-prefix: '#'
  75. alwayson: true
  76.  
  77. trade:
  78. format: '&8[T] &7{RANK} &7{NAME} &8\u00BB &7{MESSAGE}'
  79. message-prefix: '$'
  80.  
  81. admin:
  82. format: '&4[A] {RANK} &7{NAME} &8\u00BB &7{MESSAGE}'
  83. #Permission to watch & talk in this channel: kingdom.channel.<channelname>
  84. permission: true
  85. message-prefix: '@'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement