Advertisement
Svely

UHC PVP

May 11th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. options:
  2. prefix: &c[&bServer&c]
  3. uhcprefix: &c[&bUHC&c]
  4.  
  5. command /uhc <text>:
  6. usage: /uhc help
  7. permission: uhc.admin
  8. permission message: &cYou dont have permission needed "uhc.admin"
  9. trigger:
  10. if arg 1 is "help":
  11. send "{@uhcprefix} &b/uhc help &aUHCPluginのhelpを表示します"
  12.  
  13.  
  14. command /heal <player>:
  15. usage: /heal <player>
  16. permission: uhc.admin
  17. permission message: &cYou dont have permission needed "uhc.admin"
  18. trigger:
  19. heal the arg
  20. send "{@prefix} &e%arg%さんを回復しました"
  21.  
  22. command /plugins:
  23. trigger:
  24. send "&fPlugins (5): &aUHC&f, &aUHCCore&f, &aPVPCore&f, &atogglePVP&f, &aWorldEdit"
  25.  
  26. command /pl:
  27. trigger:
  28. send "&fPlugins (5): &aUHC&f, &aUHCCore&f, &aPVPCore&f, &atogglePVP&f, &aWorldEdit"
  29.  
  30. on join:
  31. heal the player
  32. teleport player to location (0, 67, 0)
  33. set the join message to "{@prefix} &e%player%&bさんがサーバーに参加しました"
  34. on quit:
  35. set the quit message to "{@prefix} &e%player%&bさんがサーバーから退出しました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement