Advertisement
DoctorX13

XRules

Sep 20th, 2019
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. event onPlayerJoined(player){
  2. effectManager.sendUI(12670, 12670, player.id, "Rules:", "Insert Your Rules :D");
  3. }
  4.  
  5. command acceptrules(){
  6. permission = "rules";
  7. execute(){
  8. effectManager.clearUIbyID(12670, player.id);
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement