Guest User

Code

a guest
Aug 20th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. On load:
  2. send "&b&l[&c&lTT&b&l] &dBoarding Group System has been loaded succesfully" to console
  3.  
  4. On Region Enter:
  5. display board named "&b&lBoard Group:" to player
  6. set slot 7 of player's inventory to emerald named "&4Invite" with lore "&4Rightclick someone to invite them"
  7. set {bg.%player%} to true
  8.  
  9. On Region Leave:
  10. remove 1 emerald named "&4Invite" with lore "&4Rightclick someone to invite them" from player
  11. set {bg.%player%} to false
  12. display board named "" to player
Advertisement
Add Comment
Please, Sign In to add comment