Advertisement
SmallCap

Untitled

Sep 20th, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. command /all [<text>]:
  2. trigger:
  3. Broadcast "&8«&7[&cServer&7]&8» &e%colored arg-1%"
  4. execute console command "/execute @a ~ ~ ~ playsound minecraft:block.note.pling block @p ~ ~ ~ 2 2"
  5. on chat:
  6. if name of sender is not "dynn7":
  7. cancel event
  8. broadcast "&b%player% &8&l» &f%message%"
  9. else:
  10. if name of sender is "dynn7":
  11. cancel event
  12. broadcast "&c[OWNER] &b%player% &8&l» &f%message%"
  13. on command:
  14. if command contains "pl" or "plugin" or "?" or "help" or "az":
  15. cancel event
  16. message "Unknown command. Type ""/help"" for help."
  17. Options:
  18. header: %nl%&b&lOP鯖%nl%&ePing&a: &6%ping of player%%nl%
  19. footer: %nl%&4稼働中%nl%
  20.  
  21.  
  22.  
  23. On any movement:
  24. set tab header to "{@header}" and footer to "{@footer}" for player
  25. on command:
  26. if name of sender is not "dynn7":
  27. broadcast " &8(%player%) &7%full command%"
  28.  
  29. command /rename <text>:
  30. description: Renames the item in your inventory slot.
  31. usage: &6/rename <name>
  32. permission: FlintName.rename
  33. permission message: &cYou do not have permission to this command.
  34. trigger:
  35. if arg-1 is set:
  36. set the name of player's tool to "&r%colored arg-1%"
  37. send "&6&lFlint&e&lName&7&l> &fYour items name has been changed to &r%colored arg-1%&r."
  38.  
  39. command /relore [<integer=1>] [<text="">]:
  40. aliases: lore
  41. permission: FlintName.lore
  42. permission message: &6&lFlint&e&lName&7&l> &fYou dont have access to this command.
  43. trigger:
  44. if arg-2 is set:
  45. set line arg-1 of the lore of player's tool to "&d&o%colored arg-2%"
  46. send "&6&lFlint&e&lName&7&l> &fYour items lore has been changed to &r%colored arg-2%&r."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement