Nucleus is no longer updated and this site is frozen in time. Some links may be broken.
Welcome to the new docs site for Nucleus v2! Still on Nucleus v1? Visit the old site here.
« Return to Documentation Home Page // Miscellaneous Module

Miscellaneous Module

Introduction

The Miscellaneous module contains as of yet uncategorised functions.

NOTE: In time, some functions may move into their own module, as Nucleus functionality is built up.

The following are incompatibilities that may occur with this module, along with how to resolve the problem. For the full mod/plugin incompatibility list, see the compatibility page.

No plugin incompatibilities have been reported.

/blockinfo
Module: misc
Get information about the block you are currently facing.

Aliases: /blockinfo

Usage: /blockinfo [-e|--extended <e>] [<location>]

Default Role: ADMIN

Basic Command Permission: nucleus.blockinfo.base

Permissions

  • nucleus.blockinfo.extended - Default Role: ADMIN
    Displays properties and traits associated with the block.
  • nucleus.blockinfo.base - Default Role: ADMIN
    Allows the user to run the command /blockinfo
/entityinfo
Module: misc
Get information about the entity you are currently facing.

Aliases: /entityinfo

Usage: /entityinfo [-e|--extended <e>]

Default Role: ADMIN

Basic Command Permission: nucleus.entityinfo.base

Permissions

  • nucleus.entityinfo.extended - Default Role: ADMIN
    Displays data associated with the entity.
  • nucleus.entityinfo.base - Default Role: ADMIN
    Allows the user to run the command /entityinfo
/extinguish
Module: misc
Extinguishes a player that is currently burning

Aliases: /extinguish, /ext

Usage: /extinguish [<player>]

Default Role: MOD

Basic Command Permission: nucleus.extinguish.base

Permissions

  • nucleus.extinguish.exempt.cooldown - Default Role: ADMIN
    Allows the user to bypass the cooldown for /extinguish
  • nucleus.extinguish.others - Default Role: ADMIN
    Allows the user to target other players using the command "extinguish".
  • nucleus.extinguish.exempt.cost - Default Role: ADMIN
    Allows the user to bypass the cost for /extinguish
  • nucleus.extinguish.exempt.warmup - Default Role: ADMIN
    Allows the user to bypass the warmup for /extinguish
  • nucleus.extinguish.base - Default Role: MOD
    Allows the user to run the command /extinguish
/feed
Module: misc
Set specified player's hunger to full.

Aliases: /feed, /eat

Usage: /feed [<player>]

Default Role: ADMIN

Basic Command Permission: nucleus.feed.base

Permissions

  • nucleus.feed.exempt.cooldown - Default Role: ADMIN
    Allows the user to bypass the cooldown for /feed
  • nucleus.feed.exempt.cost - Default Role: ADMIN
    Allows the user to bypass the cost for /feed
  • nucleus.feed.exempt.warmup - Default Role: ADMIN
    Allows the user to bypass the warmup for /feed
  • nucleus.feed.others - Default Role: ADMIN
    Allows the user to target other players using the command "feed".
  • nucleus.feed.base - Default Role: ADMIN
    Allows the user to run the command /feed

This command is an equivalent to the following command(s) in Essentials: /feed, /eat

/heal
Module: misc
Fully heal the specified player.

Aliases: /heal

Usage: /heal [<player>]

Default Role: ADMIN

Basic Command Permission: nucleus.heal.base

Permissions

  • nucleus.heal.others - Default Role: ADMIN
    Allows the user to target other players using the command "heal".
  • nucleus.heal.exempt.cooldown - Default Role: ADMIN
    Allows the user to bypass the cooldown for /heal
  • nucleus.heal.exempt.cost - Default Role: ADMIN
    Allows the user to bypass the cost for /heal
  • nucleus.heal.exempt.warmup - Default Role: ADMIN
    Allows the user to bypass the warmup for /heal
  • nucleus.heal.base - Default Role: ADMIN
    Allows the user to run the command /heal

This command is an equivalent to the following command(s) in Essentials: /heal

/iteminfo
Module: misc
Get information about the item you are currently holding.

Aliases: /iteminfo, /itemdb

Usage: /iteminfo [-e|--extended <e>] [<key>]

Default Role: ADMIN

Basic Command Permission: nucleus.iteminfo.base

Permissions

  • nucleus.iteminfo.base - Default Role: ADMIN
    Allows the user to run the command /iteminfo
  • nucleus.iteminfo.extended - Default Role: ADMIN
    Displays data associated with the item.

This command is similar to the following command(s) found in Essentials: /itemdb, /itemno, /durability, /dura

Essentials Migration Notes: Nucleus tries to provide much more info!

/ping
Module: misc
Displays the current latency for the target player.

Aliases: /ping

Usage: /ping [<player>]

Default Role: ADMIN

Basic Command Permission: nucleus.ping.base

Permissions

  • nucleus.ping.base - Default Role: ADMIN
    Allows the user to run the command /ping
  • nucleus.ping.others - Default Role: ADMIN
    Allows the user to target other players using the command "ping".

This command is similar to the following command(s) found in Essentials: /ping, /pong, /echo

Essentials Migration Notes: Returns your latency, not your message.

/serverstat
Module: misc
Displays server runtime statistics.

This command displays information about the server, the JVM, and each world.

Aliases: /serverstat, /uptime

Usage: /serverstat [-c|-s|--compact|--summary <c>]

Default Role: ADMIN

Basic Command Permission: nucleus.serverstat.base

Permissions

  • nucleus.serverstat.base - Default Role: ADMIN
    Allows the user to run the command /serverstat

This command is an equivalent to the following command(s) in Essentials: /gc, /lag, /mem, /memory, /uptime, /tps, /entities

/servertime
Module: misc
Displays the current server time.

Aliases: /servertime, /realtime

Usage: /servertime

Default Role: ADMIN

Basic Command Permission: nucleus.servertime.base

Permissions

  • nucleus.servertime.base - Default Role: ADMIN
    Allows the user to run the command /servertime
/speed
Module: misc
Sets or gets the specified player's walking or flying speed.

The default speeds are "1" for flying and "2" for walking.

* If the fly/walk specifier is not present, the current mode (whether the player is flying or walking) is used as the speed to modify.
* If the speed is omitted, information is displayed instead
* If "reset" is specified instead of the speed, the default is set for the specified mode.

Aliases: /speed

Usage: /speed [<player>] [<fly|f|flying|w|walk>] [<speed>|reset]

Default Role: ADMIN

Basic Command Permission: nucleus.speed.base

Permissions

  • nucleus.speed.others - Default Role: ADMIN
    Allows the user to target other players using the command "speed".
  • nucleus.speed.exempt.cooldown - Default Role: ADMIN
    Allows the user to bypass the cooldown for /speed
  • nucleus.speed.exempt.max - Default Role: OWNER
    Allows the user to specified a speed greater than the max speed set in the config file.
  • nucleus.speed.base - Default Role: ADMIN
    Allows the user to run the command /speed
  • nucleus.speed.exempt.warmup - Default Role: ADMIN
    Allows the user to bypass the warmup for /speed
  • nucleus.speed.exempt.cost - Default Role: ADMIN
    Allows the user to bypass the cost for /speed

This command is similar to the following command(s) found in Essentials: /speed, /flyspeed, /walkspeed, /fspeed, /wspeed

Essentials Migration Notes: This command either uses your current state or a specified argument to determine whether to alter fly or walk speed.

/suicide
Module: misc
Kill your player, displaying the Game Over screen.

Aliases: /suicide

Usage: /suicide

Default Role: USER

Basic Command Permission: nucleus.suicide.base

Permissions

  • nucleus.suicide.base - Default Role: USER
    Allows the user to run the command /suicide

This command is an equivalent to the following command(s) in Essentials: /suicide

Permission Suggested Role Description
nucleus.blockinfo.base ADMIN Allows the user to run the command /blockinfo
nucleus.blockinfo.extended ADMIN Displays properties and traits associated with the block.
nucleus.entityinfo.base ADMIN Allows the user to run the command /entityinfo
nucleus.entityinfo.extended ADMIN Displays data associated with the entity.
nucleus.extinguish.base MOD Allows the user to run the command /extinguish
nucleus.extinguish.exempt.cooldown ADMIN Allows the user to bypass the cooldown for /extinguish
nucleus.extinguish.exempt.cost ADMIN Allows the user to bypass the cost for /extinguish
nucleus.extinguish.exempt.warmup ADMIN Allows the user to bypass the warmup for /extinguish
nucleus.extinguish.others ADMIN Allows the user to target other players using the command "extinguish".
nucleus.feed.base ADMIN Allows the user to run the command /feed
nucleus.feed.exempt.cooldown ADMIN Allows the user to bypass the cooldown for /feed
nucleus.feed.exempt.cost ADMIN Allows the user to bypass the cost for /feed
nucleus.feed.exempt.warmup ADMIN Allows the user to bypass the warmup for /feed
nucleus.feed.others ADMIN Allows the user to target other players using the command "feed".
nucleus.heal.base ADMIN Allows the user to run the command /heal
nucleus.heal.exempt.cooldown ADMIN Allows the user to bypass the cooldown for /heal
nucleus.heal.exempt.cost ADMIN Allows the user to bypass the cost for /heal
nucleus.heal.exempt.warmup ADMIN Allows the user to bypass the warmup for /heal
nucleus.heal.others ADMIN Allows the user to target other players using the command "heal".
nucleus.iteminfo.base ADMIN Allows the user to run the command /iteminfo
nucleus.iteminfo.extended ADMIN Displays data associated with the item.
nucleus.ping.base ADMIN Allows the user to run the command /ping
nucleus.ping.others ADMIN Allows the user to target other players using the command "ping".
nucleus.serverstat.base ADMIN Allows the user to run the command /serverstat
nucleus.servertime.base ADMIN Allows the user to run the command /servertime
nucleus.speed.base ADMIN Allows the user to run the command /speed
nucleus.speed.exempt.cooldown ADMIN Allows the user to bypass the cooldown for /speed
nucleus.speed.exempt.cost ADMIN Allows the user to bypass the cost for /speed
nucleus.speed.exempt.max OWNER Allows the user to specified a speed greater than the max speed set in the config file.
nucleus.speed.exempt.warmup ADMIN Allows the user to bypass the warmup for /speed
nucleus.speed.others ADMIN Allows the user to target other players using the command "speed".
nucleus.suicide.base USER Allows the user to run the command /suicide
The following configuration is the default for this module:
                            # Sets the maximum speed that a player can set via the /speed command.
max-speed=5

                        
Search

Downloading search database, this won't take long...