Advertisement
Guest User

Plugin request by Syrianen - pChests

a guest
Jun 7th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.99 KB | None | 0 0
  1. #pChests
  2. #Made by: <type your name or whaterever here>.
  3.  
  4. #Autosave delay in minutes
  5. autosave: 10
  6.  
  7. #MESSAGE
  8. #%prefix
  9. prefix: '&8[&bpChests&8]'
  10.  
  11. #If player types /pchests help he/she will receive this message.
  12. line1: '&8---------------[&bpChests&8]---------------'
  13. line2: '&b/chest &8- &2Opens your virtual chest'
  14. line3: '&b/clearchest &8- &2Clears your virtual chest'
  15. line4: '&b/chest &8- &2Opens a virtual crafting table'
  16. line5: '&b/pchests help &8- &2Help'
  17.  
  18. #If player types /clearchest or <player>'s chest gets cleared by an admin he/she will receive this message.
  19. chestcleared: '%prefix &2Your chest has been cleared!'
  20.  
  21. #If admin clears a player he/she will recieve this message.
  22. adminclearsplayerschest: '%prefix &2Cleared &b<player>&2's chest!'
  23.  
  24. #If player types any command without enough permission he/she will recieve this message.
  25. nopermission: '%prefix &2No permission!'
  26.  
  27. #If admin types /pchests reload he/she will recieve this message.
  28. reloadplugin: '%prefix &aPlugin reloaded!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement