Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ######################################################################
- #You get more help at http://dev.bukkit.org/server-mods/simple-info2 #
- #You can use %sender% to get the name of the command-sender! #
- #You can use %realtime% to get the machine-time of the server! #
- #You can use %onlineplayers% to get how many players are online #
- #You can use %world% to get the senders world #
- ######################################################################
- NoPermissionMessage: '&cSorry, %player%, you dont have permission to do this.'
- CommandIsBlocked: '&cSorry, %player%, the command %cmd% is blocked in %world%.'
- Commands:
- /map1:
- mode: 'alias'
- permission: 'map1'
- sendTo: 'sender'
- execute:
- - 'give PlayReplay filled_map{map:1}'
- /map2:
- mode: 'alias'
- permission: 'map2'
- sendTo: 'sender'
- execute:
- - 'give Purrrpie_ filled_map{map:1}'
- /map3:
- mode: 'alias'
- permission: 'map3'
- sendTo: 'sender'
- execute:
- - 'give monke_official filled_map{map:1}'
- /map4:
- mode: 'alias'
- permission: 'map4'
- sendTo: 'sender'
- execute:
- - 'give ScamaTareal filled_map{map:1}'
- /map5:
- mode: 'alias'
- permission: 'map5'
- sendTo: 'sender'
- execute:
- - 'give radumiel filled_map{map:2}'
- /map6:
- mode: 'alias'
- permission: 'map6'
- sendTo: 'sender'
- execute:
- - 'give GodRaxx1 filled_map{map:2}'
- /map7:
- mode: 'alias'
- permission: 'map7'
- sendTo: 'sender'
- execute:
- - 'give Pendux filled_map{map:2}'
- /map8:
- mode: 'alias'
- permission: 'map8'
- sendTo: 'sender'
- execute:
- - 'give TheKillerXela filled_map{map:2}'
- BlockedWorlds:
- testworld:
- - '/alias'
- - '/msgtest'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement