This plugin is used to add missing Minecraft: Bedrock Edition vanilla commands to Nukkit servers.
If you found any bugs or have any suggestions, please open an issue on GitHub.
If you like this plugin, please star it on GitHub.
- Commands
- Target Selector
- Selector variables
-
@a
-
@e
-
@p
-
@r
-
@s
-
- Selector arguments
-
c
-
dx
-
dy
-
dz
-
l
-
lm
-
m
-
name
-
r
-
rm
-
rx
-
rxm
-
ry
-
rym
-
type
-
x
-
y
-
z
-
- Selector variables
Note: Only legacy IDs (numbers) can be used in this plugin.
Command | Alias | Permission | Default |
---|---|---|---|
/clear | vanillacommand.clear | OP | |
/clone | vanillacommand.clone | OP | |
/daylock | /alwaysday | vanillacommand.daylock | OP |
/fill | vanillacommand.fill | OP | |
/playsound | vanillacommand.playsound | OP | |
/replaceitem | vanillacommand.replaceitem | OP | |
/setblock | vanillacommand.setblock | OP | |
/setmaxplayers | vanillacommand.setmaxplayers | OP | |
/spreadplayers | vanillacommand.spreadplayers | OP | |
/stopsound | vanillacommand.stopsound | OP | |
/testforblock | vanillacommand.testforblock | OP | |
/testforblocks | vanillacommand.testforblocks | OP | |
/testfor | vanillacommand.testfor | OP | |
/toggledownfall | vanillacommand.toggledownfall | OP |
- Install Maven.
- Run
mvn clean package
. The compiled JAR can be found in thetarget/
directory.
This plugin uses bStats. You can opt out using the global bStats config; see the official website for more details.