Facebook
From Colorant Owl, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 290
  1. command /tryby:
  2.         trigger:
  3.                 open chest with 1 rows named "&4TRYBY" to player
  4.                 format slot 1 of player with 1 of cobblestone named "&4&lHARD" with lore "&acos" to run [execute player command "abc"]
  5.                 format slot 3 of player with white glass to be unstealable
  6.                
  7. command /abc:
  8.         trigger:
  9.                 chance of 50%
  10.                 execute player command "spawn1"
  11.                 chance of 50%
  12.                 execute player command "spawn2"
  13.                
  14.        
  15. command /ustawspawn1:
  16.         trigger:
  17.                 if player has permission "spr.full1":
  18.                         set {miejsce.spr1} to location of player
  19.                         send "&aUstawiles miejsce do spawnania graczy1!"
  20.                 else:
  21.                         send "&cNie masz do tego uprawnien!"
  22.                        
  23. command /ustawspawn2:
  24.         trigger:
  25.                 if player has permission "spr.full2":
  26.                         set {miejsce.spr2} to location of player
  27.                         send "&aUstawiles miejsce do spawnania graczy2!"
  28.                 else:
  29.                         send "&cNie masz do tego uprawnien!"
  30.                
  31. command /spawn1:
  32.         trigger:
  33.                 teleport player to {miejsce.spr1}
  34.        
  35. command /spawn2:
  36.         trigger:
  37.                 teleport player to {miejsce.spr2}