Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 KB | None | 0 0
  1. ## Here is a List with all Color Codes: http://minecraft.gamepedia.com/Formatting_codes
  2. ## Here is a List with all Materials and Datas: http://kiwike.se/wiki/index.php/Item_Names
  3. ## Here is a List with all Sounds: http://www.theredengineer.com/1.9-playsound-list.html
  4. ## Here is a List with all Effects you can use: http://pastebin.com/Dxc9GRT5
  5.  
  6. #─██████──██████─██████████─██████████████─██████─────────██████████████─██████████████───██████████████───████████──████████─
  7. #─██░░██──██░░██─██░░░░░░██─██░░░░░░░░░░██─██░░██─────────██░░░░░░░░░░██─██░░░░░░░░░░██───██░░░░░░░░░░██───██░░░░██──██░░░░██─
  8. #─██░░██──██░░██─████░░████─██░░██████░░██─██░░██─────────██░░██████░░██─██░░██████░░██───██░░██████░░██───████░░██──██░░████─
  9. #─██░░██──██░░██───██░░██───██░░██──██░░██─██░░██─────────██░░██──██░░██─██░░██──██░░██───██░░██──██░░██─────██░░░░██░░░░██───
  10. #─██░░██──██░░██───██░░██───██░░██████░░██─██░░██─────────██░░██──██░░██─██░░██████░░████─██░░██████░░████───████░░░░░░████───
  11. #─██░░██──██░░██───██░░██───██░░░░░░░░░░██─██░░██─────────██░░██──██░░██─██░░░░░░░░░░░░██─██░░░░░░░░░░░░██─────████░░████─────
  12. #─██░░██──██░░██───██░░██───██░░██████████─██░░██─────────██░░██──██░░██─██░░████████░░██─██░░████████░░██───────██░░██───────
  13. #─██░░░░██░░░░██───██░░██───██░░██─────────██░░██─────────██░░██──██░░██─██░░██────██░░██─██░░██────██░░██───────██░░██───────
  14. #─████░░░░░░████─████░░████─██░░██─────────██░░██████████─██░░██████░░██─██░░████████░░██─██░░████████░░██───────██░░██───────
  15. #───████░░████───██░░░░░░██─██░░██─────────██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░░░██─██░░░░░░░░░░░░██───────██░░██───────
  16. #─────██████─────██████████─██████─────────██████████████─██████████████─████████████████─████████████████───────██████───────
  17.  
  18. ### A Simple Plugin created by nflug with Love <3 ###
  19. ### Thanks to Slikey for EffectLib ###
  20. ### Thanks to Connorlinfoot for TitleAPI and ActionBarAPI ###
  21. ### Thanks to Confuser for BarAPI ###
  22.  
  23. VIPLobby:
  24.  
  25. # Here you can edit all messages.
  26. Messages:
  27. Prefix: '&7[&6VIPLobby&7]'
  28. CommandNotFound: '&cCommand not found! Try /vl for all commands'
  29. NoPermissions: '&4You dont have Permissions for that command!'
  30. LobbyAlreadyExists: '&cThe Lobby already exists!'
  31. LobbyDontExists: '&cThe Lobby dont exists!'
  32. LobbyCreated: '&7Lobby sucessfully created!'
  33. LobbyDeleted: '&7Lobby sucessfully deleted!'
  34. CommandVIPLobbyFail: '&cPlease use /viplobby to open the GUI or /viplobby {name} to teleport to a lobby'
  35. LobbyDisabled: '&cSorry that Lobby is disabled!'
  36. NoLobbysFound: '&cNo Lobbys found!'
  37. LobbyPositionSet: '&7Lobby Postion was set to your current Postion.'
  38. LoadLobbys: '&7Loading Lobbys, please wait a moment...'
  39. LobbyList: '&7VIPLobbys are: &a%lobbys'
  40. Reloading: '&cReloading...'
  41. Reloaded: '&aSucessfully reloaded!'
  42.  
  43. # That is the HelpPage. You can use %prefix in the Header to get the Prefix.
  44. HelpPage:
  45. Header: '&7---------- %prefix ----------'
  46. Create: '&7Create a Lobby &8| &a/vl create <name>'
  47. Delete: '&7Delete a Lobby &8| &a/vl delete <name>'
  48. Set: '&7Set settings of a Lobby &8| &a/vl set <name>'
  49. List: '&7Get a list of all Lobbys &8| &a/vl list'
  50. Reload: '&7Reloads the Plugin &8| &a/vl reload'
  51.  
  52. # Here you can edit all options.
  53. Options:
  54. UseJoinItem: false
  55.  
  56. # Here you can edit the JoinItem.
  57. JoinItem:
  58. Name: '&6VIPLobbys'
  59. Lore: '&7Click to open a VIPLobby Menu'
  60. Item: 266
  61. Data: 0
  62. # Here you can use %page and %maxpage for the page numbers
  63. InventoryTitle: '&8&lVIPLobbys &a%page/%maxpage'
  64. Forward: '&7Forward'
  65. Backward: '&7Backward'
  66. Close: '&cClose'
  67. Slot: 5
  68. CanDrop: false
  69. CanMove: false
  70.  
  71. # Here you can edit the Signs. You can use %playername and %lobbyname in all Lines
  72. Signs:
  73. LobbyNameColor: '&7'
  74. Line3: '&7Click here'
  75. Line4: '&7to join'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement