Jump to content

Twenjooooooooooo

Member
  • Posts

    24
  • Joined

  • Last visited

Everything posted by Twenjooooooooooo

  1. Alright ladies and gents.. I am here today to present to you what Benny calls a Puzzle.. The link is here: https://minehut.com/panel/minecraft/plugins Then type "Private" You will then see a link.. Open that link its a QR CODE I "Decoded" that and got this (Cipher awell). RGJCd25md0xkMlJ6SzNBMVR6RnRUVVZVZUlxNUdPRzFPU0N5WFNMNQ== but im lost at this.. Please help me
  2. Wait im confused, you replied to this and i got notified?
  3. command /reaction: trigger: open virtual chest with 6 rows named "&9&l Reaction Time" to player set {_1} to random integer between 0 and 53 set {_2} to -1 loop 54 times: add 1 to {_2} format gui slot {_2} of player with red wool with no nbt named "&c&lNOPE!" with lore "&c&lDONT CLICK ME!" to run: player command "lost" format gui slot {_1} of player with green wool with no nbt named "&9&lAIM TRAINER" with lore "&a&lCLICK ME!" to run: player command "reaction" command /lost: trigger: open virtual chest with 6 rows named "&9&l Chance Time" to player set {_3} to random integer between 0 and 53 set {_4} to -1 loop 54 times: add 1 to {_4} format gui slot {_4} of player with red wool with no nbt named "&c&lNOPE!" with lore "&c&lDONT CLICK ME!" to run: player command "lost" format gui slot {_3} of player with green wool with no nbt named "&9&lAIM TRAINER" with lore "&a&lCLICK ME!" to run: player command "reaction"
  4. So much stuff you can improve, you could of done one on join: for all your variables etc..
  5. That's why you display it as %{yourvariable::%player's uuid%}%
  6. That literally doesn't matter at all.. I'm also removing 1 word by using %player's uuid%..
  7. unminingpvp is fucking terrible, it hurts my eyes to see it on top player list like YIKESSSSSSSSSSSSSSSSSSS
  8. You can youse "::" and "uuid" Example: set {rank::%arg-2's uuid%} to "&c&lADMIN&c"
  9. And how do you do that in the new forums? @Farwl
  10. every second: loop all players: add 1 to {s::%loop-player's uuid%} if {s::%loop-player's uuid%} > 59: remove 60 from {s::%loop-player's uuid%} add 1 to {m::%loop-player's uuid%} if {m::%loop-player's uuid%} > 59: remove 60 from {m::%loop-player's uuid%} add 1 to {h::%loop-player's uuid%} if {h::%loop-player's uuid%} > 23: remove 24 from {h::%loop-player's uuid%} add 1 to {d::%loop-player's uuid%} command /playtime [<offlineplayer>]: trigger: arg isn't set: wait 1 tick send "" send "&f&l YOUR PLAYTIME (&7&l%player%&f)" send "" send "&f&l SECONDS:&7 %{s::%player's uuid%}%" send "&f&l MINUTES:&7 %{m::%player's uuid%}%" send "&f&l HOURS:&7 %{h::%player's uuid%}%" send "&f&l DAYS:&7 %{d::%player's uuid%}%" send "" else: wait 1 tick send "" send "&f&l PLAYTIME OF &7&l%arg%" send "" send "&f&l SECONDS:&7 %{s::%arg's uuid%}%" send "&f&l MINUTES:&7 %{m::%arg's uuid%}%" send "&f&l HOURS:&7 %{h::%arg's uuid%}%" send "&f&l DAYS:&7 %{d::%arg's uuid%}%" send ""
  11. command /sc: trigger: player has permission "staffchat": {staffchat::%player's uuid%} = false: set {staffchat::%player's uuid%} to true send "&7Now talking in staff chat" else: set {staffchat::%player's uuid%} to false send "&7No longer talking in staff chat" else: send "&7No permissions" chat: {staffchat::%player's uuid%} = true: cancel event send "&9&lSTAFFCHAT&b %player%:&7 %message%" to all players where [input has permission "staffchat"]
  12. command /bc [<text>]: trigger: player has permission "broadcast.admin": arg is set: broadcast "" broadcast "&b&lANNOUNCEMENT:&f&l %colored arg%" broadcast "" else: send "&7Please type a argument to broadcast" else: send "&cNo permissions to use this command!" You can also change what it says, the permission and all of it, everything within "permissions" - "broadcast" and "send" are all customable!
×
×
  • Create New...