Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 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: '&4You do not have access to that command.'
  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. items:
  63. '345': teleport
  64. '340': teleport
  65. disabledWorlds:
  66. - pvp
  67. teleport:
  68. title: '&9&l&nNavy Network Navigation'
  69. rows: 1
  70. 1:
  71. id: '46'
  72. name: '&5&lFactions Server'
  73. bungee: 'facs'
  74. 2:
  75. id: '17'
  76. name: '&b&lSkyblock Server'
  77. bungee: 'skyblock'
  78. 3:
  79. id: '266'
  80. name: '&6&lGold Rush Server'
  81. bungee: 'gr'
  82. 4:
  83. id: '35:2'
  84. name: '&d&lCreative Server'
  85. bungee: 'cr'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement