Commands
Purpur adds a few new commands to the game.
Note
When you install Essentials, Essentials will override a few of the commands below. To use Purpur's commands instead, add this to the disabled_commands
section of the Essentials config.
disabled-commands:
- ping
- uptime
- compass
/purpur🔗
-
This command reloads the purpur.yml config and shows the Purpur version.
-
examples:
/purpur reload
reloads purpur.yml without a restart/purpur version
shows the current version (same as/version
)
-
permission:
bukkit.command.purpur
/ping🔗
-
This command shows the ping of players if you have the
bukkit.command.ping.other
permission. If you do not specify a player name or player entity selector (@a
,@r
, etc) it will show you your own ping. -
examples:
/ping
shows you your own ping/ping BillyGalbreath
shows you the ping of BillyGalbreath/ping @a
shows you the ping of all players/ping @r
shows you the ping of a random player
-
permission:
bukkit.command.ping
bukkit.command.ping.other
Note
Player Entity Selectors will NOT work unless you have the minecraft.command.selector
permission.
/uptime🔗
-
This command shows the uptime of the server.
-
permission:
bukkit.command.uptime
/demo🔗
Image of the Demo Screen 📷
-
This command shows the demo screen to players if you have the
bukkit.command.demo.other
permission. If you do not specify a player name or player entity selector (@a
,@r
, etc) it will show the demo screen to yourself. -
examples:
/demo
shows you the demo screen/demo BillyGalbreath
shows BillyGalbreath the demo screen/demo @a
shows the demo screen to all players/demo @r
shows the demo screen to a random player
-
permission:
bukkit.command.demo
bukkit.command.demo.other
Note
Player Entity Selectors will NOT work unless you have the minecraft.command.selector
permission.
/credits🔗
Image of the Credits screen 📷
-
This command shows the credits screen to players if you have the
bukkit.command.credits.other
permission. If you do not specify a player name or player entity selector (@a
,@r
, etc) it will show the credits screen to yourself. -
examples:
/credits
shows you the credits screen/credits BillyGalbreath
shows BillyGalbreath the credits screen/credits @a
shows the credits screen to all players/credits @r
shows the credits screen to a random player
-
permission:
bukkit.command.credits
bukkit.command.credits.other
Note
Player Entity Selectors will NOT work unless you have the minecraft.command.selector
permission.
/tpsbar🔗
Image of the tpsbar in action 📷
-
This command shows a bossbar showcasing your current TPS/MSPT to players if you have the
bukkit.command.tpsbar.other
permission. If you do not specify a player name or player entity selector (@a
,@r
, etc) it will show the tpsbar to yourself. -
examples:
/tpsbar
shows you the tpsbar/tpsbar BillyGalbreath
shows BillyGalbreath the tpsbar/tpsbar @a
shows the tpsbar to all players/tpsbar @r
shows the tpsbar to a random player
-
permission:
bukkit.command.tpsbar
bukkit.command.tpsbar.other
Note
Player Entity Selectors will NOT work unless you have the minecraft.command.selector
permission.
/compass🔗
Image of the compass in action 📷
-
This command shows a bossbar showcasing your current facing direction.
-
examples
/compass
shows you the compass
-
permission:
bukkit.command.compass