Commands & Permissions - xNinjaKittyx/NK-Core GitHub Wiki

#Syntax of this Wiki# [] - means this argument is required () - means this argument is optional However, some optional arguments will change the command entirely.

##Teleport Commands##

/tp [1] (2) (3)

Usage:

  1. Teleport to the player in argument 1.
  2. Teleport argument 1 to argument 2.
  3. Teleport yourself to x (argument 1), y (argument 2), and z (argument 3)

Permissions:

  1. NKCore.tp.me
  2. NKCore.tp.other
  3. NKCore.tp.xyz

/tphere [1]

Usage:

  1. Teleport player in argument 1 to you.

Permissions:

  1. NKCore.tp.here

/tpa [1]

Usage:

  1. Send a teleport request to player in argument 1.

Permissions:

  1. TBD

/tpaccept

Usage:

  1. Accept a teleport request.

Permissions:

  1. TBD

/tpdeny

Usage:

  1. Deny a teleport request

Permissions:

  1. TBD

##Waypoints##

/home

Usage:

  1. Teleport to your home. Right now it uses BedSpawnLocation, so it's wherever your bed is (or where u manually set it with /sethome)

Permissions:

  1. NKCore.home

/sethome

Usage:

  1. Set your home spawn point. Uses BedSpawnLocation so it'll override bed spawns.

Permissions:

  1. NKCore.sethome

/delhome

Usage:

  1. Delete your bed spawn. It'll be set to world's default spawn.

Permissions:

  1. TBD

/setspawn

Usage:

  1. Set the world's spawn point.

Permissions:

  1. TBD

/spawn

Usage:

  1. Spawn at world's spawn point.

Permissions:

  1. TBD

##Chat##

/broadcast

Usage:

  1. Send a message to the whole server. Currently the name is [Console]:

Permissions:

  1. NKCore.chat.broadcast

#Special Permissions#

These are Special Permissions that grant multiple permissions with 1 permission. NKCore does not support the use of * (It will 99% not work)

NKCore.admin - Grants use to all permissions.

NKCore.chat:

  • NKCore.chat.broadcast
  • NKCore.chat.whisper

NKCore.cheat:

  • NKCore.cheat.fly
    • NKCore.cheat.fly.me
    • NKCore.cheat.fly.others
  • NKCore.cheat.god
    • NKCore.cheat.god.me
    • NKCore.cheat.god.others
  • NKCore.cheat.heal
    • NKCore.cheat.heal.me
    • NKCore.cheat.heal.others
  • NKCore.cheat.kill

NKCore.info:

  • NKCore.info.who
  • NKCore.info.players

NKCore.tp:

  • NKCore.tp.me
  • NKCore.tp.other
  • NKCore.tp.xyz
  • NKCore.tp.here
  • /tpa command perm
  • /tpaccept command perm
  • /tpdeny command perm