Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- messages {
- accepted="&aYou have accepted the rules!"
- acceptedAlready="&cYou have already accepted the rules!"
- cantBuild="&cYou have to accept the rules! Type &4/rules &cand then &4/acceptrules&c!"
- inform="&cYou have to accept the rules! Type &4/rules &cand then &4/acceptrules&c!"
- mustReadRules="&cYou must read the rules first in order to accept them! &4/rules&c!"
- # The prefix of messages sent in chat
- prefix="&7[&cRules&7] "
- }
- restrictions {
- # Should players be blocked from placing and breaking blocks before reading the rules?
- blockBuildBeforeAccept=false
- # Should players be blocked from sending commands before reading the rules?
- blockCommandsBeforeAccept=true
- # Should players be blocked from moving before reading the rules?
- blockMovementBeforeAccept=true
- }
- rules {
- header {
- # This message will be displayed when the player hovers over the header message.
- hover="&3We recommend that you read this as well to avoid getting in trouble."
- # This text is displayed above the rules in /rules
- message="&bClick here for a more detailed version of the rules."
- # When players click the text set in message, they will be prompted to this URL (Must have http:// or https:// at the beginning)
- url="http://www.miragecraft.xyz/rules"
- }
- # Do you want the player to be sent the above 'Inform' message after logging in?
- informOnLogin=false
- # 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
- list=[
- "DO NOT beg for ranks, items, pokemon, or leveling.",
- "DO NOT use hacks or mods that give unfair advantage.",
- "DO NOT grief, steal, or scam other players.",
- "DO NOT advertise or promote other servers.",
- "DO NOT spam the chat or commands.",
- "DO NOT exploit bugs - Report them for a reward.",
- "DO NOT swear or use foul language in chat.",
- "DO NOT use explicit and insulting language.",
- "&6GOLDEN RULE! &eRESPECT each and every one no matter what!"
- ]
- onAccept {
- # 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)
- consoleCommands=[
- lp user {player} parent remove trainer
- ]
- # Commands to be run after the player accepts the rules, These commands are sent by the player
- playerCommands=[
- starter
- ]
- }
- # The tile for the /rules
- title=Rules
- }
- teleport {
- # Do you want the player to be teleported to a set location after they /acceptrules (set this with /mmcrules settp)
- afterAccept=false
- coordinates {
- pitch=1.6500030755996704
- posx=100.49404938990014
- posy=4.0625
- posz=29.890102410001827
- world=world189
- yaw=-0.147979736328125
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement