Example Commands

Example Commands

teleport.yml

Teleport to a set position in the current world.

setcancel
needargs x y z
tplocation *world *args[0] *args[1] *args[2]

example use

/teleport 100 100 100

buydiamond.yml

Buy one diamond for $100. Quits if the player doesn't have enough money.

setcancel
takemoney 100 quit
console give *playername DIAMOND 1

example use

/buydiamond

vipchat.yml

Broadcast a message to everyone on the server. Can only be used by players with permission: server.vip.

setcancel
needpermission server.vip
needargs message IGNORESPACE
broadcast *args[all]

example use

/vipchat Hello all my friends!

giveitem.yml

Give a set item and a set amount. Can only be used if the player is level 6 or more.

setcancel
needargs itemname amount
needlevel 6 ormore
console give *playername *args[0] *args[1]

example use

/giveitem diamond 1

warpspawn.yml

Warp the player to spawn. Needs essentials plugin and a warp set with the name spawn.

setcancel
console warp spawn *playername

example use

/warpspawn

votelink.yml

Show where players can vote for the server.

setcancel
sendmessage Vote at: http://minecraftlist.com/yourserver

example use

/votelink

creative.yml

Give the player creative if he is in world creativeworld and if he has the permission: server.creativeuser.

setcancel
needworld creativeworld
needpermission server.creativeuser
console gamemode 1 *playername

example use

/creative

buyvip.yml

Let the player buy VIP rank for 1000 ingame money. Example for PermissionsEX.

setcancel
takemoney 1000 quit
console pex user *playername group set vip

example use

/buyvip


Comments

Posts Quoted:
Reply
Clear All Quotes