Advertisement
Rylens

Rylen | Usefull commands skript

Sep 16th, 2020
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. command /gmc [<player>]:
  2. permission: user.gmc
  3. permission message: &fUnknown command. Type ""/help"" for help.
  4. cooldown: 2 seconds
  5. cooldown message: &cYou must wait 2 seconds before using this command again.
  6. aliases: /crea, /creative
  7. trigger:
  8. if arg 1 isn't set:
  9. send "&6You've changed your gamemode to creative." to player
  10. set player's gamemode to creative
  11. else:
  12. send "&6You've changed %arg 1%&6's gamemode to creative." to player
  13. send "&6Your gamemode was changed to creative." to arg 1
  14. set arg 1's gamemode to creative
  15. command /gms [<player>]:
  16. permission: user.gms
  17. permission message: &fUnknown command. Type ""/help"" for help.
  18. cooldown: 2 seconds
  19. cooldown message: &cYou must wait 2 seconds before using this command again.
  20. aliases: /surv, /survival
  21. trigger:
  22. if arg 1 isn't set:
  23. send "&6You've changed your gamemode to survival." to player
  24. set player's gamemode to survival
  25. else:
  26. send "&6You've changed %arg 1%&6's gamemode to survival." to player
  27. send "&6Your gamemode was changed to survival." to arg 1
  28. set arg 1's gamemode to survival
  29. command /gma [<player>]:
  30. permission: user.gma
  31. permission message: &fUnknown command. Type ""/help"" for help.
  32. cooldown: 2 seconds
  33. cooldown message: &cYou must wait 2 seconds before using this command again.
  34. aliases: /adven, /adventure
  35. trigger:
  36. if arg 1 isn't set:
  37. send "&6You've changed your gamemode to adventure." to player
  38. set player's gamemode to adventure
  39. else:
  40. send "&6You've changed %arg 1%&6's gamemode to adventure." to player
  41. send "&6Your gamemode was changed to adventure." to arg 1
  42. set arg 1's gamemode to adventure
  43. command /gmsp [<player>]:
  44. permission: user.gmsp
  45. permission message: &fUnknown command. Type ""/help"" for help.
  46. cooldown: 2 seconds
  47. cooldown message: &cYou must wait 2 seconds before using this command again.
  48. aliases: /spec, /spectator
  49. trigger:
  50. if arg 1 isn't set:
  51. send "&6You've changed your gamemode to spectator." to player
  52. set player's gamemode to spectator
  53. else:
  54. send "&6You've changed %arg 1%&6's gamemode to spectator." to player
  55. send "&6Your gamemode was changed to spectator." to arg 1
  56. set arg 1's gamemode to spectator
  57.  
  58.  
  59. command /tp [<player>]:
  60. permission: user.tp
  61. permission message: &fUnknown command. Type ""/help"" for help.
  62. aliases: /tpo
  63. trigger:
  64. if arg 1 isn't set:
  65. send "&cMissing arg! Try /tp <player>." to player
  66. else:
  67. send "&6You have been teleported to %arg 1%&6." to player
  68. teleport player to arg 1's location
  69. command /tphere [<player>]:
  70. permission: user.tphere
  71. permission message: &fUnknown command. Type ""/help"" for help.
  72. aliases: /tpohere
  73. trigger:
  74. if arg 1 isn't set:
  75. send "&cMissing arg! Try /tphere <player>." to player
  76. else:
  77. send "&6Teleporting %arg 1%&6 to your location." to player
  78. teleport arg 1 to player's location
  79. command /tpall:
  80. permission: user.tpall
  81. permission message: &fUnknown command. Type ""/help"" for help.
  82. aliases: /tpoall
  83. trigger:
  84. teleport all players to player
  85.  
  86.  
  87. command /day:
  88. permission: user.time.day
  89. permission message: &fUnknown command. Type ""/help"" for help.
  90. cooldown: 2 seconds
  91. cooldown message: &cYou must wait 2 seconds before using this command again.
  92. trigger:
  93. send "&6Changing the time to day." to player
  94. set the time to day
  95. command /night:
  96. permission: user.time.night
  97. permission message: &fUnknown command. Type ""/help"" for help.
  98. cooldown: 2 seconds
  99. cooldown message: &cYou must wait 2 seconds before using this command again.
  100. trigger:
  101. send "&6Changing the time to night." to player
  102. set the time to night
  103. command /sun:
  104. permission: user.time.sun
  105. permission message: &fUnknown command. Type ""/help"" for help.
  106. cooldown: 2 seconds
  107. cooldown message: &cYou must wait 2 seconds before using this command again.
  108. trigger:
  109. send "&6Clearing the wether." to player
  110. clear the weather
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement