This is a prototype, it's possible it has bugs, and the code isn't perfect.
- 1.13.x -> 1.16.4
This plugin project is configure to be edited using IntelliJ CE, and uses Maven for build & dependency management.
To support custom skulls, this plugin makes use of private Mojang APIs that are not provided by the spigot-api
Maven dependency and can only be referenced from a Spigot server binary.
You can download a pre-built Spigot binary from getbukkit.org or by building it from source using the Spigot BuildTools. You will need the 1.16.4 version of the Spigot server binary.
Once you have a server binary, place it in your user home directory at minecraft/lib
.
# Move to your home directory
cd ~
# Make the Minecraft lib directory
mkdir -p minecraft/lib
# Copy the Spigot server jar to the lib directory
cp /path/to/jar/spigot-1.16.4.jar ~/minecraft/lib/spigot-1.16.4.jar
You can attach to the running plugin by using the Debug Spigot
run configuration. See IntelliJ: Debug Your Plugin for more details.
Grant your player the craftus.admin
permission to create maps and start matches.
Command | Description |
---|---|
reload | reloads the plugin configuration |
setlobby | sets the player lobby |
start | starts a match |
tasks | opens the crewTask menu |
setbutton | sets meeting button |
save | saves maps and tasks |
Command | Description |
---|---|
lobby | teleports player to the lobby, leaves current match if playing |