Commands

Supported vanilla commands: [ ] clear [ ] clone [ ] defaultgamemode x deop [ ] difficulty [ ] effect [ ] enchant [ ] execute [ ] fill x gamemode [ ] gamerule [ ] give x help x kick [ ] kill x list [ ] locate x me x op [ ] playsound [ ] replaceitem x say [ ] setblock x setmaxplayers [ ] setworldspawn [ ] spawnpoint [ ] spreadplayers x stop [ ] stopsound [ ] summon x tell [ ] testfor [ ] testforblock [ ] testforblocks [ ] time [ ] title x toggledownfall [ ] tp (teleport) x transferserver x weather

Supported multiplayer commands: [ ] ban [ ] ban-ip [ ] banlist [ ] pardon x stop [ ] whitelist

final
class Commands {}

Constructors

this
this(NodeServer server)
Undocumented in source.

Members

Aliases

Duration
alias Duration = Ranged!(uint, 0, 1_000_000)
Undocumented in source.
Level
alias Level = Ranged!(ubyte, 1, ubyte.max)
Undocumented in source.

Enums

CloneMode
enum CloneMode
Undocumented in source.
ExperienceAction
enum ExperienceAction
Undocumented in source.
ExperienceType
enum ExperienceType
Undocumented in source.
Gamerule
enum Gamerule
Undocumented in source.
MaskMode
enum MaskMode
Undocumented in source.
OldBlockHandling
enum OldBlockHandling
Undocumented in source.
PermissionAction
enum PermissionAction
Undocumented in source.
StructureType
enum StructureType
Undocumented in source.
TimeQuery
enum TimeQuery
Undocumented in source.
Weather
enum Weather
Undocumented in source.

Functions

about0
void about0(CommandSender sender)
Undocumented in source. Be warned that the author may not have intended to support it.
clear0
clear0(Player sender)
Undocumented in source. Be warned that the author may not have intended to support it.
clear1
clear1(WorldCommandSender sender, Player[] target)
Undocumented in source. Be warned that the author may not have intended to support it.
clear2
clear2(WorldCommandSender sender, Player[] target, string itemName)
Undocumented in source. Be warned that the author may not have intended to support it.
clone0
clone0(WorldCommandSender sender, Position begin, Position end, Position destination, MaskMode maskMode, CloneMode cloneMode)
Undocumented in source. Be warned that the author may not have intended to support it.
clone0
clone0(WorldCommandSender sender, Position begin, Position end, Position destination, SingleEnum!"filtered" maskMode, CloneMode cloneMode, string tileName)
Undocumented in source. Be warned that the author may not have intended to support it.
defaultgamemode0
defaultgamemode0(WorldCommandSender sender, Gamemode gamemode)
Undocumented in source. Be warned that the author may not have intended to support it.
deop0
deop0(WorldCommandSender sender, Player player)
Undocumented in source. Be warned that the author may not have intended to support it.
deop1
deop1(ServerCommandSender sender, string player)
Undocumented in source. Be warned that the author may not have intended to support it.
difficulty0
difficulty0(WorldCommandSender sender, Difficulty difficulty)
Undocumented in source. Be warned that the author may not have intended to support it.
difficulty1
difficulty1(WorldCommandSender sender, Ranged!(ubyte, 0, 3) difficulty)
Undocumented in source. Be warned that the author may not have intended to support it.
difficulty2
difficulty2(ServerCommandSender sender, string world, Difficulty difficulty)
Undocumented in source. Be warned that the author may not have intended to support it.
difficulty3
difficulty3(ServerCommandSender sender, string world, Ranged!(ubyte, 0, 3) difficulty)
Undocumented in source. Be warned that the author may not have intended to support it.
effect0
effect0(WorldCommandSender sender, SingleEnum!"clear" clear, Entity[] target)
Undocumented in source. Be warned that the author may not have intended to support it.
effect1
effect1(WorldCommandSender sender, SingleEnum!"clear" clear, Entity[] target, SnakeCaseEnum!Effects effect)
Undocumented in source. Be warned that the author may not have intended to support it.
effect2
effect2(WorldCommandSender sender, SingleEnum!"give" give, Entity[] target, SnakeCaseEnum!Effects effect, Duration duration, ubyte amplifier, bool hideParticles)
Undocumented in source. Be warned that the author may not have intended to support it.
enchant0
enchant0(WorldCommandSender sender, Player[] target, SnakeCaseEnum!Enchantments enchantment, Level level)
Undocumented in source. Be warned that the author may not have intended to support it.
enchant1
enchant1(Player sender, SnakeCaseEnum!Enchantments enchantment, Level level)
Undocumented in source. Be warned that the author may not have intended to support it.
execute0
execute0(WorldCommandSender sender, Entity[] origin, Position position, string command)
Undocumented in source. Be warned that the author may not have intended to support it.
experience0
experience0(WorldCommandSender sender, ExperienceAction action, Player[] target, uint amount, ExperienceType type)
Undocumented in source. Be warned that the author may not have intended to support it.
experience1
experience1(Player sender, ExperienceAction action, uint amount, ExperienceType type)
Undocumented in source. Be warned that the author may not have intended to support it.
experience2
experience2(WorldCommandSender sender, SingleEnum!"query" query, Player target, ExperienceType type)
Undocumented in source. Be warned that the author may not have intended to support it.
experience3
experience3(Player sender, SingleEnum!"query" query, ExperienceType type)
Undocumented in source. Be warned that the author may not have intended to support it.
fill0
fill0(WorldCommandSender sender, Position from, Position to, string block, OldBlockHandling oldBlockHandling)
Undocumented in source. Be warned that the author may not have intended to support it.
gamemode0
gamemode0(WorldCommandSender sender, Gamemode gamemode, Player[] target)
Undocumented in source. Be warned that the author may not have intended to support it.
gamemode1
gamemode1(Player sender, Gamemode gamemode)
Undocumented in source. Be warned that the author may not have intended to support it.
gamemode2
gamemode2(ServerCommandSender sender, Gamemode gamemode, string target)
Undocumented in source. Be warned that the author may not have intended to support it.
gamerule0
gamerule0(WorldCommandSender sender)
Undocumented in source. Be warned that the author may not have intended to support it.
gamerule1
gamerule1(WorldCommandSender sender, Gamerule rule)
Undocumented in source. Be warned that the author may not have intended to support it.
gamerule2
gamerule2(WorldCommandSender sender, Gamerule rule, bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
gamerule3
gamerule3(WorldCommandSender sender, Gamerule rule, Ranged!(int, 0, int.max) value)
Undocumented in source. Be warned that the author may not have intended to support it.
give0
give0(WorldCommandSender sender, Player[] target, string item, ubyte amount)
Undocumented in source. Be warned that the author may not have intended to support it.
give1
give1(Player sender, string item, ubyte amount)
Undocumented in source. Be warned that the author may not have intended to support it.
help0
help0(JavaPlayer sender, int page)
Undocumented in source. Be warned that the author may not have intended to support it.
help1
help1(ServerCommandSender sender)
Undocumented in source. Be warned that the author may not have intended to support it.
help2
help2(JavaPlayer sender, string command)
Undocumented in source. Be warned that the author may not have intended to support it.
help3
help3(ServerCommandSender sender, string command)
Undocumented in source. Be warned that the author may not have intended to support it.
kick0
kick0(WorldCommandSender sender, Player[] target, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
kick1
kick1(WorldCommandSender sender, Player[] target)
Undocumented in source. Be warned that the author may not have intended to support it.
kick2
kick2(ServerCommandSender sender, string player, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
kick3
kick3(ServerCommandSender sender, string player)
Undocumented in source. Be warned that the author may not have intended to support it.
kill0
kill0(WorldCommandSender sender, Entity[] target)
Undocumented in source. Be warned that the author may not have intended to support it.
kill1
kill1(Player sender)
Undocumented in source. Be warned that the author may not have intended to support it.
list0
list0(CommandSender sender)
Undocumented in source. Be warned that the author may not have intended to support it.
locate0
locate0(WorldCommandSender sender, StructureType structureType)
Undocumented in source. Be warned that the author may not have intended to support it.
me0
me0(Player sender, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
op0
op0(WorldCommandSender sender, Player player)
Undocumented in source. Be warned that the author may not have intended to support it.
op1
op1(ServerCommandSender sender, string player)
Undocumented in source. Be warned that the author may not have intended to support it.
permission0
permission0(WorldCommandSender sender, PermissionAction action, Player[] target, string permission)
Undocumented in source. Be warned that the author may not have intended to support it.
permission1
void permission1(WorldCommandSender sender, SingleEnum!"list" list, Player target)
Undocumented in source. Be warned that the author may not have intended to support it.
permission2
void permission2(ServerCommandSender sender, PermissionAction action, string target, string permission)
Undocumented in source. Be warned that the author may not have intended to support it.
register
Commands register()
Undocumented in source. Be warned that the author may not have intended to support it.
say0
say0(WorldCommandSender sender, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
say1
say1(ServerCommandSender sender, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
seed0
seed0(WorldCommandSender sender)
Undocumented in source. Be warned that the author may not have intended to support it.
setmaxplayers0
setmaxplayers0(CommandSender sender, uint players)
Undocumented in source. Be warned that the author may not have intended to support it.
setworldspawn0
setworldspawn0(WorldCommandSender sender, Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
setworldspawn1
setworldspawn1(WorldCommandSender sender)
Undocumented in source. Be warned that the author may not have intended to support it.
spawnpoint0
spawnpoint0(WorldCommandSender sender, Player[] target, Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
spawnpoint1
spawnpoint1(WorldCommandSender sender, Player[] target)
Undocumented in source. Be warned that the author may not have intended to support it.
spawnpoint2
spawnpoint2(Player sender)
Undocumented in source. Be warned that the author may not have intended to support it.
stop0
stop0(CommandSender sender, bool gracefully)
Undocumented in source. Be warned that the author may not have intended to support it.
summon0
summon0(WorldCommandSender sender, string entityType, Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
summon1
summon1(WorldCommandSender sender, string entityType)
Undocumented in source. Be warned that the author may not have intended to support it.
tell0
tell0(Player sender, Player[] recipient, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
time0
time0(WorldCommandSender sender, SingleEnum!"add" add, uint amount)
Undocumented in source. Be warned that the author may not have intended to support it.
time1
time1(WorldCommandSender sender, SingleEnum!"query" query, TimeQuery time)
Undocumented in source. Be warned that the author may not have intended to support it.
time2
time2(WorldCommandSender sender, SingleEnum!"set" set, uint amount)
Undocumented in source. Be warned that the author may not have intended to support it.
time3
time3(WorldCommandSender sender, SingleEnum!"set" set, Time amount)
Undocumented in source. Be warned that the author may not have intended to support it.
title0
title0(WorldCommandSender sender, Player[] target, SingleEnum!"clear" clear)
Undocumented in source. Be warned that the author may not have intended to support it.
title1
title1(WorldCommandSender sender, Player[] target, SingleEnum!"reset" reset)
Undocumented in source. Be warned that the author may not have intended to support it.
title2
title2(WorldCommandSender sender, Player[] target, SingleEnum!"title" title, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
title3
title3(WorldCommandSender sender, Player[] target, SingleEnum!"subtitle" subtitle, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
title4
title4(WorldCommandSender sender, Player[] target, SingleEnum!"actionbar" actionbar, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
title5
title5(WorldCommandSender sender, Player[] target, SingleEnum!"times" times, uint fadeIn, uint stay, uint fadeOut)
Undocumented in source. Be warned that the author may not have intended to support it.
toggledownfall0
toggledownfall0(WorldCommandSender sender)
Undocumented in source. Be warned that the author may not have intended to support it.
tp0
tp0(Player sender, Entity destination)
Undocumented in source. Be warned that the author may not have intended to support it.
tp1
tp1(Player sender, Position destination)
Undocumented in source. Be warned that the author may not have intended to support it.
tp2
tp2(WorldCommandSender sender, Entity[] victim, Entity destination)
Undocumented in source. Be warned that the author may not have intended to support it.
tp3
tp3(WorldCommandSender sender, Entity[] victim, Position destination)
Undocumented in source. Be warned that the author may not have intended to support it.
transfer0
transfer0(WorldCommandSender sender, Player[] target, string node)
Undocumented in source. Be warned that the author may not have intended to support it.
transfer1
transfer1(ServerCommandSender sender, string target, string node)
Undocumented in source. Be warned that the author may not have intended to support it.
transferserver0
transferserver0(Player sender, string ip, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
transferserver1
transferserver1(WorldCommandSender sender, Player[] target, string ip, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
unregister
Commands unregister()
Undocumented in source. Be warned that the author may not have intended to support it.
weather0
weather0(WorldCommandSender sender, Weather type, int duration)
Undocumented in source. Be warned that the author may not have intended to support it.
world0
void world0(CommandSender sender, SingleEnum!"list" list)
Undocumented in source. Be warned that the author may not have intended to support it.
world1
world1(CommandSender sender, SingleEnum!"add" add, string name, bool defaultWorld)
Undocumented in source. Be warned that the author may not have intended to support it.
world2
void world2(CommandSender sender, SingleEnum!"remove" remove, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
world3
void world3(CommandSender sender, SingleEnum!"info" info, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

list
enum list;
Undocumented in source.

Static functions

register
Commands register(NodeServer server)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta