Recreation of TubNet Knockout
(For those who don't know)
You are dropped onto a map with generated sections, your goal is to punch other players off and be the last person standing.
TotallyNoCallum - did almost everything lol
Cooltexture - Programming help
Knockoff is currently built for 1.21.6 Paper, This plugin may or may not work on newer or older versions, use incompatible versions at your own risk.
Dependencies (You need to install these)
FAWE (FastAsyncWorldEdit)
Crystalized Essentials
Crystalized Lobby plugin
ProtocolLib
This Plugin also supports Minecraft: Bedrock Edition through Geyser and the Floodgate API
You may need to build the plugin as we don't support GitHub releases, see Building Instructions
Commands:
/knockoff start - manually start the game
/knockoff end - manually end the game
Make sure you've installed JDK 21 from here.
Configuring Lobby Plugin for Knockoff:
- Knockoff Depends on the Lobby Plugin (linked above), Get the Lobby Plugin's source and open a terminal/cmd in the folder.
- type
./gradlew publishToMavenLocal(Windows) orgradlew publishToMavenLocal(Linux) and wait for that to finish. - You are ready to start building Knockoff
Building Knockoff:
- Open a Terminal or Command Prompt in the root directory of the Knockoff repo
- Type
./gradlew build(Windows) orgradlew build(Linux) - Jar file will be in
build/libs/
Notes:
- You will need to enable passive mode in the lobby plugin's config
- You may need a Knockoff compatible map for the plugin to start and work properly.