Version 3.x Commands

Version 3.x Commands

World Spawn

setspawn:
    description: Set server spawn for new players to the position you are standing.
    usage: /setworldspawn
    permission: boomerang.setspawn

spawn:
    description: Teleport to spawn or teleport other player to spoawn. Can
    use target selector (e.g. @p[team=RedTeam]) in command blocks.
    usage: /spawn [player]

setworldspawn: (depricated/removed) description: Set world spawn for new players to the position you are standing. usage: /setworldspawn permission: boomerang.setworldspawn

Home

sethome:
    description: Set a home or list homes.
    usage: /sethome [name]

delhome:
    description: Delete a home or list homes.
    usage: /delhome [name]

home:
    description: Teleport to  a home or list homes.
    usage: /home [name]

TP Request

tprequest:
    aliases: tpr
    description: Request to teleport to another player.
    usage: /tprequest player

tphere:
    aliases: tph
    description: Request a player to teleport to you.
    usage: /tphere player

tpdeny:
    aliases: [tpd, tpno, tpn]
    description: Deny a teleport request from another player.
    usage: /tpdeny [player]

tpaccept:
    aliases: [tpa, tpyes, tpy]
    description: Accept a teleport request from another player.
    usage: /tpaccept [player]

tplist:
    aliases: tpl
    description: List pending teleport requests.
    usage: /tplist

tpcancel:
    aliases: tpc
    description: Cancel pending teleport request.
    usage: /tpcancel

Warp

Warps require permission boomerang.warp.<name>. This permission may be given using Bukkit's permissions.yml like this:

boomerang.warp.store:
    description: Warp to store
    default: true
setwarp:
    description: Set a warp.
    usage: /setwarp name
    permission: boomerang.warp

delwarp:
    description: Delete a warp.
    usage: /delwarp [name]
    permission: boomerang.warp

warp:
    description: Teleport self or other player top named destination. Without
                 arguments, lists permissable warps.
    usage: /warp [name] [player]

Other Player Commands

back:
description: Teleport self to previous location. When home, warp or tp
command is issued, the location the player is standing is
stored as the back location.
usage: /back

Utility

reload: (deprecated)
    description: Reload configurations.
    usage: /reload [configuration]
    permission: boomerang.reload

mute:
    description: Mute a player in chat. If minutes are not specified, mutes
                 player for number of seconds specified in Config.yml
mute_minutes. Without arguments, lists mutes players. usage: /mute [player] [minutes] permission: boomerang.mute unmute: description: Unmute a player in chat or list muted players. usage: /unmute [player] permission: boomerang.mute nightvision: aliases: nv description: Toggle night vision for self or another player. usage: /nightvision [player] permission: boomerang.nightvision fly: description: Toggle flight for self or another player. usage: /fly [player] permission: boomerang.fly info: description: Gets information about block looking at. usage: /info permission: boomerang.info

regen:
description: Regenerate the chunk from level 0 to max-build-height that
self is looking at.
usage: /regen
permission: boomerang.regen

Portal

Portals are an area that when a player enters, is teleported to a named location. The location can be spawn or a named warp, portal or rtp location.

setportal:
    description: Set a portal.<warp> is a named location and must start with
                 "spawn", "warp.", "rtp." or "portal.".
    usage: /setportal <name> <warp> <x1> <y1> <z1> <x2> <y2> <z2>
    permission: boomerang.portal
delportal:
    description: Delete a portal.
    usage: /delportal [name]
    permission: boomerang.portal
portal:
    aliases: portals
    description: List portals or teleport to a portal if name is specified.
    usage: /portal [name]
    permission: boomerang.portal

Random Teleport

Random teleports are named locations that when used will teleport a player to a random location within a maximum and minimum radius of that location.

setrtp:
    description: Set a random teleport.
    usage: /setrtp <name> <x> <z> <maxRadius> [minRadius]
    permission: boomerang.rtp
delrtp:
    description: Delete a random teleport.
    usage: /delrtp [name]
    permission: boomerang.rtp
rtp:
    description: List rts or teleport to a rtp if name is specified.
    usage: /rtp [name] [player]
    permission: boomerang.rtp

Built-in Minecraft Commands

Bukkit/Spigot do not perform tab-complete for most Minecraft commands. Bukkit/Spigot plugin commands do not return state correctly when contained in command blocks but the original Minecraft commands work as normal. By preceeding the following commands with a double-slash (i.e. //fill), Boomerang will provide tab-complete functionality so you can build commands. Remember to remove the extra slash is used in a command block.

  • /fill
  • /clone
  • /execute
  • /particle
  • /playsound
  • /setblock
  • /blockdata
  • /testforblock
  • /testforblocks

Player Name Color in Chat

Player name color is based on team chat color.


Comments

Posts Quoted:
Reply
Clear All Quotes