No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-15 17:32:17 +02:00
.run test server run config 2026-08-15 14:55:14 +02:00
gradle/wrapper update project structure 2026-08-12 13:17:57 +02:00
japi@983d86c7c4 do not overwrite world with default (null) 2026-08-15 17:30:26 +02:00
run update project structure 2026-08-12 13:17:57 +02:00
src/main clear full area 2026-08-15 17:32:17 +02:00
.gitattributes Initial commit 2019-04-15 10:32:50 +02:00
.gitignore update project structure 2026-08-12 13:17:57 +02:00
.gitmodules update project structure 2026-08-12 13:17:57 +02:00
build.gradle.kts remove worldguard dependency 2026-08-12 15:13:21 +02:00
gradlew Initial commit 2019-04-15 10:32:50 +02:00
gradlew.bat Initial commit 2019-04-15 10:32:50 +02:00
LICENSE Update LICENSE 2024-09-20 15:04:54 +02:00
lombok.config basic Admin command implementations 2026-08-12 14:18:58 +02:00
README.md fix markdown 2020-02-25 16:32:29 +01:00
scratch_2.json5 implement basic game logic 2026-08-15 14:32:10 +02:00
settings.gradle.kts update project structure 2026-08-12 13:17:57 +02:00

jumpcube

Continuation of the DeathCube plugin

This minigame is a JumpNRun game, where you spawn into a large, randomly generated block of wool with pumpkins. The lanterns can be mined and placed, and you get to keep any lantern that you did not use in the end. The goal is to be the first to reach the top of the cube.

How to set up a cube

  1. Create the cube by using /jumpcube create <NAME> where you replace "" with the name of the cube.

  2. Paste the BlockBar somewhere OUTSIDE from the cube area. This is done by doing /jumpcube bar. The bar will extend 4 blocks into the positive X direction from the player location.

  3. Define the corner positions for the cube. The command for this is: /jumpcube pos <1/2>. The recommended size for your area is 48x48.

  4. Complete cube setup with /jumpcube confirm. Note: If the cube cannot be used after this command, a server restart will make the cube usable. This is a known bug.

Permissions

jumpcube.user -> All required commands for playing JumpCube

jumpcube.vip.earlystart -> Access to /jumpcube start

jumpcube.vip.bringplaceable -> The placeable block will not be removed from your inventory when you join the game

jumpcube.mod.teleport -> Access to teleporting out of the cube during a game (Currently unused)

jumpcube.mod.regenerate -> Access to regenerating the cube manually with /jumpcube regenerate or /jumpcube regenerate-complete

jumpcube.admin -> Access to commands used for creating cubes

jumpcube.admin.debug -> Recieve debug information in ingame-chat