Advertisement
KyadCK

AUTOMATED

Jul 24th, 2014
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. rules:
  2. Override: true
  3. Script:
  4. - '@PLAYER [&dHELP&f] &e---Rules-------- '
  5. - '@PLAYER [&dHELP&f] &6Do not grief!'
  6. - '@PLAYER [&dHELP&f] &6Do not steal from other players.'
  7. - '@PLAYER [&dHELP&f] &6Do not attack other players without permission.'
  8. - '@PLAYER [&dHELP&f] &6Do not use excessive profanity.'
  9. - '@PLAYER [&dHELP&f] &6Be respectful to ALL players.'
  10. - '@PLAYER [&dHELP&f] &6Listen to Admins, Mods,and Officials!'
  11. - '@PLAYER [&dHELP&f] &6Offensive builds will not be tolerated!'
  12. - '@PLAYER [&dHELP&f] &6Do not advertise servers or websites.'
  13. - '@PLAYER [&dHELP&f] &6Do not post negative comments about other players.'
  14. - '@SETBOOL $Rules.<playername> true'
  15. acceptrules:
  16. Override: true
  17. Script:
  18. - '@IF b $Rules.<playername> = true'
  19. - '@AND b <haspermission:group.Guest> = true'
  20. - '@AND b <haspermission:group.New> = false'
  21. - ' @CMDCON pex user <playername> group set Player'
  22. - '@ELSE'
  23. - ' @IF b $Rules.<playername> = false'
  24. - ' @PLAYER &ePlease reat the rules first with &9/rules.'
  25. - ' @ELSE'
  26. - ' @PLAYER &eYou have already accepted the rules.'
  27. - ' @ENDIF'
  28. - '@ENDIF'
  29. - //EndScript
  30.  
  31.  
  32.  
  33.  
  34.  
  35. world:
  36. -1858,72,111,-1848,77,115:
  37. Name: Spawn1
  38. Enter:
  39. CoolDown: 0
  40. Script:
  41. - '@IF b <haspermission:group.Guest> = true'
  42. - '@AND b <haspermission:group.Player> = false'
  43. - ' @PLAYER &ePlease read the rules first with &9/rules &eand accept the
  44. rules with &9/acceptrules.'
  45. - ' @TP -1852,73,131'
  46. - '@ELSE'
  47. - ' @EXIT'
  48. - '@ENDIF'
  49. Exit:
  50. CoolDown: 0
  51. Script: []
  52. -1837,72,126,-1833,77,136:
  53. Name: Spawn2
  54. Enter:
  55. CoolDown: 0
  56. Script:
  57. - '@IF b <haspermission:group.Guest> = true'
  58. - '@AND b <haspermission:group.Player> = false'
  59. - ' @PLAYER &ePlease read the rules first with &9/rules &eand accept the
  60. rules with &9/acceptrules.'
  61. - ' @TP -1852,73,131'
  62. - '@ELSE'
  63. - ' @EXIT'
  64. - '@ENDIF'
  65. Exit:
  66. CoolDown: 0
  67. Script: []
  68. -1858,72,147,-1848,77,151:
  69. Name: Spawn3
  70. Enter:
  71. CoolDown: 0
  72. Script:
  73. - '@IF b <haspermission:group.Guest> = true'
  74. - '@AND b <haspermission:group.Player> = false'
  75. - ' @PLAYER &ePlease read the rules first with &9/rules &eand accept the
  76. rules with &9/acceptrules.'
  77. - ' @TP -1852,73,131'
  78. - '@ELSE'
  79. - ' @EXIT'
  80. - '@ENDIF'
  81. Exit:
  82. CoolDown: 0
  83. Script: []
  84. -1873,72,126,-1869,77,136:
  85. Name: Spawn4
  86. Enter:
  87. CoolDown: 0
  88. Script:
  89. - '@IF b <haspermission:group.Guest> = true'
  90. - '@AND b <haspermission:group.Player> = false'
  91. - ' @PLAYER &ePlease read the rules first with &9/rules &eand accept the
  92. rules with &9/acceptrules.'
  93. - ' @TP -1852,73,131'
  94. - '@ELSE'
  95. - ' @EXIT'
  96. - '@ENDIF'
  97. Exit:
  98. CoolDown: 0
  99. Script: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement