This is a plugin for the Minecraft mod 5zig that adds a few display items on the CubeCraftGames Server.
This is not an official plugin and I am not affiliated with Cubecraft or 5zig.
Item | SkyWars | Survival Games | EggWars | Duels | Assassination | Tower Defence |
---|---|---|---|---|---|---|
Voters | ✓ | ✓ | ✓ | ✗ | ✗ | ✗ |
Modifiers | ✓ | ✓ | ✓ | ✗ | ✗ | ✗ |
Kit | ✓ | ✓ | ✓ | ✗ | ✗ | ✗ |
Stalker | ✓ | ✓ | ✓ | ✓ | ✗ | ✗ |
Countdown | ✓ | ✓ | ✓ | ✓ | ✗ | ✓ |
Summary | ✓ | ✓ | ✓ | ✓ | ✗ | ✗ |
LeaveKey | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Shows a list of players that can vote for item types, the time or heath and what they voted for.
Shows the currently active item type (basic, normal, overpowered) and time or health during the game.
Shows the currently selected kit (or shows that no kit has been selected).
Shows how often other players in the game have killed you and how often you killed them previously in the current gamemode.
Enables the 5zig countdown item.
Displays a short summary in the chat after the game ends.
Press a configurable key (the default is L) to execute /leave
.
Shows how much money you have in your inventory.
Shows your opponents name, his ping and the number of previous kills/deaths against this player.
The plugin now supports commands. Type .help
in the chat to get a list of commands or .help <command>
to get help for a specified command.
Responds to the latest /msg or /fmsg you received.
- Write messages in the chat during the countdown and they will be posted when the game starts
Install the current version of 5zig.
Download the latest release of 5zigCubecraft and place the .jar file in your .minecraft/the5zigmod/plugins
folder.
To activate the items click on Options -> The 5zig Mod... -> Customize Display and select the module you want to add the items to or crate a new module. Then click on Settings -> Items -> Add new Item... and select the items you want do add (our items are in the category Server General).
Video: How to activate the items
Download the latest version of the 5zig api jar
Place the jar file in the libs
folder of this project.
You can now open the project in an IDE with Gradle support (like IntelliJ IDEA).
If you just want to compile a JAR file, open the project directory in a terminal and execute this command:
Windows:
gradlew jar
Linux:
./gradlew jar