Command Reference

Command Reference

  • setcancel
    • no other plugin will execute the command. this should be set by default
  • needbuild
    • player needs build permission in the current region
      • quits with message
  • needgamemode [gamemode]
    • player needs to be in the set gamemode
    • example: needgamemode survival
      • quits with message
  • needworld [world]
    • player needs to be in a set world
    • example: needworld nether
      • quits with message
  • needinhand [itemname] {amount}
    • player needs to hold a set item in hand. amount is optional.
    • example: needinhand DIAMOND 1
      • quits with message
  • needmoney [amount]
    • player needs a set amount of money.
    • example: needmoney 100
      • quits with message
  • needpermission [permission]
    • player needs a set permission
    • example: needpermission test.fly
      • quits with message
  • needlevel [level] {ormore|orless}
    • player needs a set level. ormore & orless are optional
    • example: needlevel 10 ormore
      • quits with message
  • needargs [args] {IGNORESPACE}
    • command must be used with set arguments. IGNORESPACE is optional.
    • example: needargs playername itemid
      • quits with message
  • takehand [amount|all]
    • remove the item that the player holds in hand
    • example: takehand 1
  • givelevel [amount]
    • give amount level(s) to the player
    • example: givelevel 10
  • takelevel [amount]
    • take the set amount of levels from the player
    • example: takelevel 10
  • givemoney [amount] {message}
    • give the set amount of money to the player. message is optional
    • example: givemoney 100 message
      • message if {message} is set
  • takemoney [amount] {quit}
    • takes the set amount of money from the player. quit is optional
    • example: takemoney 100 quit
    • message, quits if not enough money only if {quit} is set
  • healplayer
    • heals the player to full life
  • feedplayer
    • restores the players hunger bar
  • togglefly
    • toggles fly mode for the player
    • message
  • togglegamemode
    • toggles the gamemode between survival and creative
  • exit
    • stop execution of the command at that line
    • quits
  • sendmessage [message]
    • sends the set message to the player
  • console [command]
    • executes the set command from console
  • broadcast [message]
    • broadcasts the set message to everyone
  • tplocation [world] [x] [y] [z]
    • teleports the player to the set location
    • example: tplocation nether 100 100 100
  • tptoplayer [playername]
    • teleports to the set player
    • message if player not online

Comments

Posts Quoted:
Reply
Clear All Quotes