No description
  • mcfunction 60.6%
  • Java 39.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-11 11:53:28 +02:00
datapack/bingo call freezeplayers cancel on reset 2026-05-11 11:53:28 +02:00
gradle/wrapper update to 26.1.2 2026-05-04 15:03:31 +02:00
src/main only check for container clicks in lobby 2026-05-07 16:37:16 +02:00
.gitattributes initial commit 2024-10-18 03:23:14 +02:00
.gitignore initial commit 2024-10-18 03:23:14 +02:00
build.gradle update to 26.1.2 2026-05-04 15:03:31 +02:00
gradle.properties update to 26.1.2 2026-05-04 15:03:31 +02:00
gradlew update to 26.1.2 2026-05-04 15:03:31 +02:00
gradlew.bat update to 26.1.2 2026-05-04 15:03:31 +02:00
LICENSE initial commit 2024-10-18 03:23:14 +02:00
README.md initial commit 2024-10-18 03:23:14 +02:00
settings.gradle initial commit 2024-10-18 03:23:14 +02:00

Bingo-Lobby

A mod for our Bingo server lobby world. The mod is enabled by setting the gamerule bingoLoby to true.

Suggested service.properties

difficulty=peaceful
gamemode=adventure
level-type=minecraft\:normal

Parkour

Beds can be placed as parkour checkpoints:

Set the custom_data component for the foot end of the bed: /data modify block <x> <y> <z> components.minecraft:custom_data.parkour_checkpoint set value <checkpoint_number>

A player can be teleported to their most recent parkour checkpoint with the /resumeparkour <player> command.

Players can return to the lobby with the /quitparkpur command.

The time it takes to teleport a player after entering a nether portal can be configured with /gamerule playersNetherPortalDefaultDelay <ticks>.

To reset a players progress, execute /scoreboard players reset <username> parkour_checkpoint.