Advertisement
Guest User

Untitled

a guest
Jan 18th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. # Configuration for CompassNavigation by DenialMC
  2. # reloadMessage: The message players see after reloading the plugin
  3. # noPermMessage: The message players see after trying to reload the plugin without permission
  4. # cantUpdateMessage: The message players see after trying to update with auto updater disabled
  5. # updateSuccessMessage: The message players see after updating the plugin successfully
  6. # updateFailedMessage: The message players see after failing to update the plugin
  7. # notEnoughMessage: The message players see after trying to open an item but not having enough money
  8. # chargedMessage: The message players see after being charged money
  9. # cantConnectMessage: The message players see after trying to connect while server is offline
  10. # warmUpMessage: The message players see after teleporting while players were near
  11. # cantUseMessage: The message players see after teleporting in an area they cannot do so
  12. # openedForMessage: The message players see after they open the inventory for somebody else
  13. # notOnlineMessage: The message players see after they try to open the inventory for an offline player
  14. # teleportCancelMessage: The message players see when they move during the warmup
  15. # commandHelpMessage: The messages players see when they do /cn help
  16. # autoUpdate: Enable auto updater
  17. # sounds: Enable sounds or not
  18. # warmUp: Have a delay of X seconds when players are in a radius of X blocks or not
  19. # warmUpTime: The warmup delay
  20. # warmUpDistance: The warmup block radius
  21. # signTitle: The title of the navigation sign
  22. # teleportSound: The teleport sound
  23. # noPermSound: The no permission sound
  24. # noPermLore: The lore added to the item if you cant use it
  25. # commands: List of inventory commands. First name is the command and second is the inventory name.
  26. # items: List of inventory items. First name is the item ID and second is the inventory name.
  27. # disabledWorlds: The list of disabled worlds
  28. # Please read the reference guide in order to create inventories.
  29.  
  30. general:
  31. reloadMessage: '&eSuccesfully reloaded CompassNavigation!'
  32. noPermMessage: '&d&lRed&f&LCraft&6- You don't seem to have permission to use this! Are you not the required rank? If you are contact an admin!'
  33. cantUpdateMessage: '&eSorry, but the auto updater is disabled.'
  34. updateSuccessMessage: '&eSuccessfully updated CompassNavigation!'
  35. updateFailedMessage: '&eThe update was unsuccessful, please check the console.'
  36. notEnoughMessage: '&eSorry, but you do not have enough money.'
  37. chargedMessage: '&eCharged &6$<price> &efrom you!'
  38. cantConnectMessage: '&eSorry, but that server is offline!'
  39. warmUpMessage: '&eTeleporting you in &6<time> &eseconds, do not move!'
  40. cantUseMessage: '&eSorry, but you can''t use the compass here.'
  41. openedForMessage: '&eSuccessfully opened &6<inventory> &einventory for &6<player>&e!'
  42. notOnlineMessage: '&eSorry, but &6<player> &eis not online!'
  43. teleportCancelMessage: '&eTeleportation cancelled.'
  44. commandHelpMessage:
  45. - '&6&lCOMPASSNAVIGATION &f| &7/compassnav help'
  46. - '&6Oo-----------------------oOo-----------------------oO'
  47. - '&2/compassnav reload &a- Reload the plugin'
  48. - '&2/compassnav update &a- Update the plugin'
  49. - '&6Oo-----------------------oOo-----------------------oO'
  50. settings:
  51. autoUpdate: true
  52. sounds: true
  53. warmUp: false
  54. warmUpTime: 5
  55. warmUpDistance: 25
  56. signTitle: '&1[Navigation]'
  57. teleportSound: ENDERMAN_TELEPORT
  58. noPermSound: ZOMBIE_IDLE
  59. noPermLore: '&4No permission'
  60. commands:
  61. compass: teleport
  62. menu: Menu
  63. youtube: Youtube
  64. items:
  65. '345': Menu
  66. disabledWorlds:
  67. - pvp
  68. warps:
  69. title: '&b&lThe Shop'
  70. rows: 6
  71. '1':
  72. id: '2'
  73. name: '&3&lSkyBlock'
  74. commands:
  75. - warp skyblock
  76. '3':
  77. id: '5'
  78. name: '&2&lPlots'
  79. commands:
  80. - warp plots
  81. '5':
  82. id: '267'
  83. name: '&9&lKit PvP'
  84. commands:
  85. - warp kitpvp
  86. '7':
  87. id: '341'
  88. name: '&a&lFactions'
  89. commands:
  90. - warp factions
  91. '9':
  92. id: '344'
  93. name: '&f&lSpawn'
  94. commands:
  95. - warp spawn
  96. '54':
  97. id: '2'
  98. name: '&7&lMain Menu'
  99. inventory: Menu
  100. Menu:
  101. title: '&4What do you want too do?'
  102. rows: 1
  103. '2':
  104. id: '386'
  105. name: '&9&lWarps'
  106. inventory: warps
  107. '4':
  108. id: ''
  109. name: '&b&lRules'
  110. inventory: rules
  111. '6':
  112. id: '340'
  113. name: '&2&lHelp'
  114. inventory: help
  115. '8':
  116. id: '7'
  117. name: '&4&lNOT USED'
  118. inventory: NOT USED
  119. rules:
  120. title: '&e&lRules'
  121. rows: 2
  122. '1':
  123. id: '339'
  124. name: '&6&lRule #1'
  125. lore:
  126. - '&4&lBe respectful'
  127. '2':
  128. id: '339'
  129. name: '&6&lRule #2'
  130. lore:
  131. - '&4&lBe nice'
  132. '3':
  133. id: '339'
  134. name: '&6&lRule #3'
  135. lore:
  136. - '&4&lStaff Has the last word.'
  137. '4':
  138. id: '339'
  139. name: '&6&lRule #4'
  140. lore:
  141. - '&4&lRaiding other factions is allowed. However, griefing is not'
  142. '5':
  143. id: '339'
  144. name: '&6&lRule #5'
  145. lore:
  146. - '&4&lNo advertising'
  147. '6':
  148. id: '339'
  149. name: '&6&lRule #6'
  150. lore:
  151. - '&4&lNo hacking, modding, or spamming'
  152. - '&4&lSpamming includes the often, if not constant use of colors'
  153. - '&4&lThe only acceptable mod is Optifine'
  154. '7':
  155. id: '339'
  156. name: '&6&lRule #7'
  157. lore:
  158. - '&4&lDo not ask to be staff.'
  159. - '&4&lIt will lower your chances'
  160. '8':
  161. id: '339'
  162. name: '&6&lRule #8'
  163. lore:
  164. - '&4&lDo not abuse whatever powers you have'
  165. '9':
  166. id: '339'
  167. name: '&6&lRule #9'
  168. lore:
  169. - '&4&lDo not disrespect staff or get banned.'
  170. '18':
  171. id: '2'
  172. name: '&7&lMain Menu'
  173. inventory: Menu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement