Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Links
Tags
Creators
Details
Licensed AGPL-3.0-only
Published 2 days ago

Features
- Infinitely generating Jump & Run
- Highscores & Leaderboard
- Jumps get harder over time
- Stops players from cheating using Ender Pearls, Potions or other items
- Define an area in which the Jump & Run should generate
- Shows a pass-through hologram block where the next block will generate
- Highly customisable
- PlaceholderAPI support
- Sqlite & Mysql support
Setup
To set up the plugin, prepare a big empty area, then go to the lower left corner of that area and execute the command /jumpnrun pos1. after that, fly to the upper right corner and execute the command /jumpnrun pos2. Now players can start playing the minigame by entering the command /jumpnrun 🥳
Commands
/jumpnrun - Start playing
/jumpnrun play - Same as /jumpnrun
/jumpnrun highscore <player> - See your (or someone elses) highscore
/jumpnrun leaderboard - Shows the top 10 highscores
Administrator Commands
/jumpnrun pos1 - Set corner 1 for the area in which Jump & Runs should generate
/jumpnrun pos2 - Set corner 2 for the area in which Jump & Runs should generate
/jumpnrun reload - Reload the config without needing to restart the server
PlaceholderAPI Placeholders
| Placeholder | Description |
|---|---|
| %jumpnrun_highscore% | Highscore of player |
| %jumpnrun_score% | Current score of player. Returns "0" if not currently in Jump & Run |
| %jumpnrun_hard_jump_chance% | Current chance for a hard jump to spawn. Returns "0%" if not currently in Jump & Run |
Config
# Prevent Players from breaking and placing blocks in the Jump & Run area
protect-blocks: true
# Temporarily disables hunger while in Jump & Run
disable-hunger: true
# Temporarily disables Potion Effects while in Jump & Run
disable-potions: true
# Disables the use of projectiles like Ender Pearls, Wind Charges and Splash Potions during the Jump & Run
disable-projectiles: true
# Enables a bossbar which shows the current score during the Jump & Run
enable-bossbar: true
# Any block that can be coloured (wool, terracotta, glazed_terracotta, concrete, stained_glass)
block-material: 'wool'
# Shows a pass-through ghost block where the next block will generate
hologram-block: true
database:
# Choose either 'sqlite' or 'mysql'
# DO NOT change this value unless you know what you are doing
type: 'sqlite'
# Only need to be set when a mysql database ist used
credentials:
host: ''
database: ''
username: ''
password: ''


