Skip to content

ErehDogon/MCNSAEssentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCNSAEssentials

Commands (sorted by component)

Note: only currently implemented commands are listed here

Backpack

Command Permissions Description
/backpack <player> mcnsaessentials.backpack.other Allows the player to open other players backpacks.

Ban

<tr>
    <td>/ban &lt;player&gt; [time] [reason]</td>
    <td>mcnsaessentials.ban.ban.expiry</td>
    <td>Bans the target player for a defined amount of time. The reason will be displayed if provied along with the time remaining on their ban.</td>
</tr>

<tr>
    <td>/unban &lt;player&gt;</td>
    <td>mcnsaessentials.ban.unban</td>
    <td>Unbans the target player.</td>
</tr>

<tr>
    <td>/ban &lt;ip&gt; [reason]</td>
    <td>mcnsaessentials.ban.ip.forever</td>
    <td>Bans the target player until the ban is removed. The player will be kicked and banned from the server with a displayed reason if one is supplied. If not it will use a default message.</td>
</tr>

<tr>
    <td>/banip &lt;ip&gt; [time] [reason]</td>
    <td>mcnsaessentials.ban.ip.expiry</td>
    <td>Bans the target player for a defined amount of time. The reason will be displayed if provied along with the time remaining on their ban.</td>
</tr>

<tr>
    <td>/unbanip &lt;player&gt;</td>
    <td>mcnsaessentials.ban.unip</td>
    <td>Unbans the target ip.</td>
</tr>
Command Permissions Description
/ban <player> [reason] mcnsaessentials.ban.ban.forever Bans the target player until the ban is removed. The player will be kicked and banned from the server with a displayed reason if one is supplied. If not it will use a default message.

Debug

Command Permissions Description
/ping mcnsaessentials.debug.ping Pings the server to make sure it is still responsive. It will result in replying with one of several replies.
/tps mcnsaessentials.debug.tps Reports the server's current Ticks Per Second.
/serverinfo mcnsaessentials.debug.serverinfo Reports current server info for each world, including loaded chunks and entities.
/resetmeta mcnsaessentials.debug.resetmeta Resets all metadata associated with MCNSAEssentials.

Freeze

<tr>
    <td>/unfreeze &lt;player&gt;</td>
    <td>mcnsaessentials.freeze.unfreeze</td>
    <td>Unfreezes the target player leaving them immobilized in their current location.</td>
</tr>
Command Permissions Description
/freeze <player> mcnsaessentials.freeze.freeze Freezes the target player leaving them immobilized in their current location.

Fun

<tr>
    <td>/slap &lt;player&gt;</td>
    <td>mcnsaessentials.fun.slap</td>
    <td>Slaps the target player displacing them a few blocks. If player is left blank the command will slap the issuer.</td>
</tr>

<tr>
    <td>/rocket &lt;player&gt; &lt;player&gt; ... etc</td>
    <td>mcnsaessentials.fun.rocket</td>
    <td>Sends the target players flying into the air, it will end with a deadly plummet to the surface. </td>
</tr>

<tr>
    <td>/immolate &lt;player&gt; &lt;player&gt; ... etc</td>
    <td>mcnsaessentials.fun.immolate</td>
    <td>Sets the target players on fire. </td>
</tr>
Command Permissions Description
/hat mcnsaessentials.fun.hat Places the block currently in the player's hand on their head.

Home

<tr>
    <td>/homes &lt;player&gt;</td>
    <td>mcnsaessentials.home.list.other</td>
    <td>Prints out a list of the specified player's possible homes. </td>
</tr>

<tr>
    <td>/sethome &lt;home name&gt;</td>
    <td>mcnsaessentials.home.set.self</td>
    <td>Sets a home to the given name for the issuer. </td>
</tr>

<tr>
    <td>/sethome &lt;player&gt; &lt;home name&gt;</td>
    <td>mcnsaessentials.home.set.other</td>
    <td>Sets a home to the given name for the specified player. </td>
</tr>
Command Permissions Description
/homes mcnsaessentials.home.list.self Prints out a list of the player's possible homes.

Information

<tr>
    <td>/rules</td>
    <td>mcnsaessentials.info.rules</td>
    <td>Lists the rules of the server. </td>
</tr>

<tr>
    <td>/who</td>
    <td>mcnsaessentials.info.who</td>
    <td>Lists the current players online. </td>
</tr>
Command Permissions Description
/motd mcnsaessentials.info.motd Lists the message of the day.

Items

<tr>
    <td>/who</td>
    <td>mcnsaessentials.info.who</td>
    <td>Lists the current players online. </td>
</tr>
Command Permissions Description
/givehead <HeadType|Player> mcnsaessentials.items.givehead Gives a head of either the specified monster head type or the specified player's head skin.

Kick

Command Permissions Description
/kick <player> [reason] mcnsaessentials.kick.kick.forever Bans the target player until the kick is removed. The player will be kicked and banned from the server with a displayed reason if one is supplied. If not it will use a default message.

Kits

Command Permissions Description
/kits mcnsaessentials.kit.kits Displays the current kits available to the player.

Mail

Command Permissions Description
To be added To be added To be added
### Playermode
<tr>
    <td>/gamemode &lt;s/c/a&gt; [player]</td>
    <td>mcnsaessentials.playermode.gamemode.others</td>
    <td>Changes the specified player's game mode to the specified mode. S - Survival, C - Creative, A- Adventure. If left blank it will change the issuer's game mode.</td>
</tr>

<tr>
    <td>/god</td>
    <td>mcnsaessentials.playermode.god.self</td>
    <td>Toggle's the player's gamemode to invulnerable.</td>
</tr>

<tr>
    <td>/god &lt;player&gt;</td>
    <td>mcnsaessentials.playermode.god.others</td>
    <td>Toggle's the target player's gamemode to invulnerable.</td>
</tr>

<tr>
    <td>/ungod</td>
    <td>mcnsaessentials.playermode.god.self</td>
    <td>Toggle's the player's gamemode to vulnerable.</td>
</tr>


<tr>
    <td>/ungod &lt;player&gt;</td>
    <td>mcnsaessentials.playermode.god.others</td>
    <td>Toggle's the target player's gamemode to vulnerable.</td>
</tr>
Command Permissions Description
/gamemode <s|c|a> mcnsaessentials.playermode.gamemode.self Changes the player's game mode to the specified mode. S - Survival, C - Creative, A- Adventure.

Rank

<tr>
    <td>/demote &lt;player&gt;</td>
    <td>mcnsaessentials.rank.demote</td>
    <td>Demotes a player to the previous rank on the specified player's current rank ladder.</td>
</tr>

<tr>
    <td>/hotdog &lt;player&gt;</td>
    <td>mcnsaessentials.rank.hotdog</td>
    <td>Hotdogs(Peons) demotes the player to the lowest rank. Normaly used for punishment.</td>
</tr>
Command Permissions Description
/promote <player> mcnsaessentials.rank.promote Promotes a player to the next rank on the specified player's current rank ladder.

Spawn

<tr>
    <td>/setspawn [world] [x,y,z]</td>
    <td>mcnsaessentials.spawn.set</td>
    <td>Sets the spawn to the current location of the player unless otherwise specified by optional arguements.</td>
</tr>
Command Permissions Description
/spawn mcnsaessentials.spawn.spawn Teleports the player to the designated spawn.

Teleport

<tr>
    <td>/tp &lt;player&gt; &lt;player&gt;</td>
    <td>mcnsaessentials.teleport.other</td>
    <td>Teleports the specified player to the second specified player.</td>
</tr>

<tr>
    <td>/bring &lt;player&gt;</td>
    <td>mcnsaessentials.teleport.teleport.bring</td>
    <td>Brings the specified player to the issuer's location.</td>
</tr>

<tr>
    <td>/tp [world] &lt;X Y Z&gt;</td>
    <td>mcnsaessentials.teleport.selfcoords</td>
    <td>Teleports the issuer to the specified coordinates.</td>
</tr>

<tr>
    <td>/tp &lt;player&gt; [world] &lt;X Y Z&gt;</td>
    <td>mcnsaessentials.teleport.othercoords</td>
    <td>Teleports the specified player to the specified coordinates.</td>
</tr>
Command Permissions Description
/tp <player> mcnsaessentials.teleport.self Teleports the issuer to the specified player.

Teleport History

Command Permissions Description
/back mcnsaessentials.teleporthistory.back Returns the player to the location they last teleported from.

Time

<tr>
    <td>/settime [world]</td>
    <td>mcnsaessentials.time.set</td>
    <td>Sets the time of your current or specified world.</td>
</tr>
Command Permissions Description
/thetime [world] mcnsaessentials.time.tell Tells you the current time of your current or specified world.

Vanish

<tr>
    <td>/vanish &lt;player&gt;</td>
    <td>mcnsaessentials.vanish.others</td>
    <td>Turns the specified player invisible.</td>
</tr>
Command Permissions Description
/vanish mcnsaessentials.vanish.self Turns the player invisible.

Warp

<tr>
    <td>/setwarp &lt;Warp Name&gt; [public|private]</td>
    <td>mcnsaessentials.warp.set</td>
    <td>Sets a warp at current location to the specified name. The warps can be made either for the public or as private warps.</td>
</tr>

<tr>
    <td>/delwarp &lt;Warp Name&gt;</td>
    <td>mcnsaessentials.warp.del</td>
    <td>Deletes the specified warp.</td>
</tr>

<tr>
    <td>/warp &lt;Warp Name&gt; </td>
    <td>mcnsaessentials.warp.warp.self</td>
    <td>Warps the player to a specified warp.</td>
</tr>
Command Permissions Description
/warps mcnsaessentials.warp.warps Lists the available warps.

About

Essential commands for players and staff (teleport, bans, items, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors