Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. messages {
  2. accepted="&aYou have accepted the rules!"
  3. acceptedAlready="&cYou have already accepted the rules!"
  4. cantBuild="&cYou have to accept the rules! Type &4/rules &cand then &4/acceptrules&c!"
  5. inform="&cYou have to accept the rules! Type &4/rules &cand then &4/acceptrules&c!"
  6. mustReadRules="&cYou must read the rules first in order to accept them! &4/rules&c!"
  7. # The prefix of messages sent in chat
  8. prefix="&7[&cRules&7] "
  9. }
  10. restrictions {
  11. # Should players be blocked from placing and breaking blocks before reading the rules?
  12. blockBuildBeforeAccept=false
  13. # Should players be blocked from sending commands before reading the rules?
  14. blockCommandsBeforeAccept=true
  15. # Should players be blocked from moving before reading the rules?
  16. blockMovementBeforeAccept=true
  17. }
  18. rules {
  19. header {
  20. # This message will be displayed when the player hovers over the header message.
  21. hover="&3We recommend that you read this as well to avoid getting in trouble."
  22. # This text is displayed above the rules in /rules
  23. message="&bClick here for a more detailed version of the rules."
  24. # When players click the text set in message, they will be prompted to this URL (Must have http:// or https:// at the beginning)
  25. url="http://www.miragecraft.xyz/rules"
  26. }
  27. # Do you want the player to be sent the above 'Inform' message after logging in?
  28. informOnLogin=false
  29. # Commands to be run after the player accepts the rules, These commands are sent by the console ({player} will be replaced by the player's name
  30. list=[
  31. "DO NOT beg for ranks, items, pokemon, or leveling.",
  32. "DO NOT use hacks or mods that give unfair advantage.",
  33. "DO NOT grief, steal, or scam other players.",
  34. "DO NOT advertise or promote other servers.",
  35. "DO NOT spam the chat or commands.",
  36. "DO NOT exploit bugs - Report them for a reward.",
  37. "DO NOT swear or use foul language in chat.",
  38. "DO NOT use explicit and insulting language.",
  39. "&6GOLDEN RULE! &eRESPECT each and every one no matter what!"
  40. ]
  41. onAccept {
  42. # Commands to be run after the player accepts the rules, These commands are sent by the console ({player} will be replaced by the player's name)
  43. consoleCommands=[
  44. lp user {player} parent remove trainer
  45. ]
  46. # Commands to be run after the player accepts the rules, These commands are sent by the player
  47. playerCommands=[
  48. starter
  49. ]
  50. }
  51. # The tile for the /rules
  52. title=Rules
  53. }
  54. teleport {
  55. # Do you want the player to be teleported to a set location after they /acceptrules (set this with /mmcrules settp)
  56. afterAccept=false
  57. coordinates {
  58. pitch=1.6500030755996704
  59. posx=100.49404938990014
  60. posy=4.0625
  61. posz=29.890102410001827
  62. world=world189
  63. yaw=-0.147979736328125
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement