06NinjaKid06

de code

Jul 17th, 2023
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. # using commands is how znpcs will work with this
  2. on rightclick with compass:
  3. if name of tool of player is "&lMinigames":
  4. open virtual chest inventory with size 1 named "&lNinjaNet" to player
  5. format gui slot 0 of player with grass block named "Flat Survival" with lore "Java & Bedrock" and "1.8+" to run:
  6. make player run command "nkfs" as op
  7. format gui slot 1 of player with light gray stained glass named ""
  8. format gui slot 2 of player with purple stained glass block named "Crystal Wars" with lore "Java & Bedrock" and "1.17+" to run:
  9. make player run command "nkcw" as op
  10. format gui slot 3 of player with light gray stained glass named ""
  11. format gui slot 4 of player with diamond sword named "Sky Wars" with lore "Java & Bedrock" and "1.8+" to run:
  12. make player run command "nksw" as op
  13. format gui slot 5 of player with light gray stained glass named ""
  14. format gui slot 6 of player with gold sword named "Battle Royale" with lore "Java & Bedrock" and "1.8+" to run:
  15. make player run command "nkbr" as op
  16. format gui slot 7 of player with light gray stained glass named ""
  17. format gui slot 8 of player with blue ice named "Ice Boat Racing" with lore "Java & Bedrock" and "1.9+" to run:
  18. make player run command "nkibr" as op
  19.  
  20. command /nkfs:
  21. permission: op
  22. permission message: "&4Please use &r&lMinigames &r&4to use this!"
  23. trigger:
  24. teleport player to location at 0, 5, 0, in world "nknet"
  25.  
  26. command /nkcw:
  27. permission: op
  28. permission message: "&4Please use &r&lMinigames &r&4to use this!"
  29. trigger:
  30. teleport player to location at 0, 5, 0, in world "nknet"
  31.  
  32. command /nksw:
  33. permission: op
  34. permission message: "&4Please use &r&lMinigames &r&4to use this!"
  35. trigger:
  36. teleport player to location at 0, 5, 0, in world "nknet"
  37.  
  38. command /nkbr:
  39. permission: op
  40. permission message: "&4Please use &r&lMinigames &r&4to use this!"
  41. trigger:
  42. teleport player to location at 0, 5, 0, in world "nknet"
  43.  
  44. command /nkibr:
  45. permission: op
  46. permission message: "&4Please use &r&lMinigames &r&4to use this!"
  47. trigger:
  48. teleport player to location at 0, 5, 0, in world "nknet"
  49.  
  50. on join:
  51. make player run command "clear" as op
  52. give 1 of light gray stained glass pane to player named ""
  53. give 1 of light gray stained glass pane to player named ""
  54. give 1 of light gray stained glass pane to player named ""
  55. give 1 of light gray stained glass pane to player named ""
  56. give 1 of compass to player named "&lMinigames"
  57. give 1 of light gray stained glass pane to player named ""
  58. give 1 of light gray stained glass pane to player named ""
  59. give 1 of light gray stained glass pane to player named ""
  60. give 1 of light gray stained glass pane to player named ""
Advertisement
Add Comment
Please, Sign In to add comment