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 #
- # #
- #ONLY IN THE ALISES!!! #
- #You can use %argNUMBER% to use the given argument. #
- #Example: #
- # /teleport: #
- # permission: 'aliases.tp' #
- # execute: '/tp %arg1% %arg2%' #
- ######################################################################
- #Enable this if you want to get notified when a new version is released!
- CheckForUpdates: true
- #This is the command-section
- commands:
- /vote:
- sendTo: sender
- permission: info.vote
- messages:
- - '&aPlease vote daily %sender%!'
- - '&ehttp://myVote.url'
- /website:
- sendTo: sender
- permission: info.website
- messages:
- - '&aPlease visit daily our website to see news!'
- - '&ehttp://myWebsite.url'
- #Here you can define aliases. Example: a Player types /s and then /spawn will be executed
- aliases:
- /rank:
- permission: 'aliases.rank'
- execute: '/perms player setgroup %arg1% %arg2%'
- /pmail:
- permission: 'aliases.pmail'
- execute: '/mail send %arg1% Congratulations on the promotion, you now have access to all our world change worlds at any time by using /mvtp <worldname>. For a list of worlds use /kit books'
- #Here you can make Teleport-commands
- Teleportations:
- /tptest:
- #Here you can set a teleport-delay (in seconds)
- delay: 3.0
- message: '&eYou were teleported!'
- permission: 'myoc.tptest'
- world: 'world'
- x: 100.0
- y: 100.0
- z: 100.0
- pitch: 0.0
- yaw: 0.0
Advertisement
Add Comment
Please, Sign In to add comment