Racing minigame! Get from point A to point B as fast as possible!
Bugs
I can't fix problems if I don't find them! If you have any issues, report via discussion or private message. Do not use the rating area to report bugs or request features. Please go to discussion.
Dependencies
To work with Leaderboards you can add Holographic Displays.
NBS Music
You can play custom Note Block Studio songs! You need NoteBlockAPI for this.
Arena setup
Required permission: sr.admin
First of all set global spawn using /sr setgspawn
Step by step tutorial
Sign format:
Racing Mode (BETA, NEW!)
If you don't want to have a map where players go from A to B, you can setup a map with a lap system.
Arena setup tutorial:
Checkpoint commands
To add a command to a checkpoint, you'll need the checkpoint ID. The ID system starts from 1, not 0. The first checkpoint has ID=1.
If you are not sure what is the checkpoint ID of the checkpoint you want to add the command, you can use
Now that you have the ID you can just use
Vehicles
Players can use vehicles.
To enable this feature, set Vehicles.Enable-Vehicles to true.
Fun trick with the boat! You can gain speed and height with the boat if you click the item while looking up, you can disable this by setting the Vehicles.Boat.Boost-When-Looking-Up to false.
You can force a player to use a certain vehicle inside a certain location, you can also force to dismount and disable vehicles.
- Multi-Arena or bungee support.
- Achievements.
- Win fireworks & effects.
- Checkpoint effects.
- MySQL, Flatfile or SQLite support.
- Most game messages are configurable.
- Custom and configurable signs.
- Save and restore player inventory, levels and more.
- API with Game events.
- Visibility system.
- NoteBlockAPI for .NBS Game sounds! Play with custom different musics per map!
- 1 Winner, 3 positions, 2 and 3 positions will receive half of win coins.
- Win & checkpoints rewards.
- MCJukebox support! Play a real music with MCJukebox.
- Leaderboards and Map Records!
- Custom pads.
- Leveling Up/Ranking System.
Bugs
I can't fix problems if I don't find them! If you have any issues, report via discussion or private message. Do not use the rating area to report bugs or request features. Please go to discussion.
Dependencies
To work with Leaderboards you can add Holographic Displays.
NBS Music
You can play custom Note Block Studio songs! You need NoteBlockAPI for this.
Arena setup
Required permission: sr.admin
First of all set global spawn using /sr setgspawn
Step by step tutorial
- Create your arena - /sr create <name>.
- Set arena waiting lobby - /sr setlobby <name>
- Add spawn - /sr setspawn <name>
- Set min players - /sr setMinPlayers <name> <amount>
- Set max players - /sr setMaxPlayers <name> <amount>
- Select the checkpoint area the checkpoint tool - /sr addCheckpoint <name>
- Use /sr cptool to get the checkpoint tool, it work as the same way as WorldEdit.
- Put the block on your hand - /sr addblock <name>
- Finish the arena with - /sr finish <name>
Sign format:
- [SpeedRun]
- join
- ArenaName
Racing Mode (BETA, NEW!)
If you don't want to have a map where players go from A to B, you can setup a map with a lap system.
- Note that due limitations on how the plugin works for the normal mode, the score system will not used for racing mode for now, maybe in the future.
- Player spawn should be before start and finish lines, see the layout below.
- Checkpoints are still necessary so players can't cheat the race.
- Checkpoint (data and checkpoint amount) will reset to 0 after completing a lap to start couting again
- Racing mode uses the alternative win method where players have a few seconds to also finish the course.
- %laps%
- %laps_total%
Arena setup tutorial:
- /speedrun setRacingMode <map> <true/false>
- Required for the arena to be loaded as a Race map, other commands will not work on the arena without the map set to Racing mode.
- With the area selected with /sr cptool /speedrun setStartLine <map>
- With the area selected with /sr cptool /speedrun setFinishLine <map>
- /speedrun setLaps <map> <amount>
- If you are editing the arena just use the /sr finish <arena> to apply the changes, otherwise finish the setup with the other setup commands.
Checkpoint commands
To add a command to a checkpoint, you'll need the checkpoint ID. The ID system starts from 1, not 0. The first checkpoint has ID=1.
If you are not sure what is the checkpoint ID of the checkpoint you want to add the command, you can use
- /sr nearbyCheckpoint
Now that you have the ID you can just use
- /sr addCheckpointCommand <game> <ID> <command>
- The command does not need to have the slash (/)
- Command has the %player% placeholder.
Vehicles
Players can use vehicles.
To enable this feature, set Vehicles.Enable-Vehicles to true.
- To add vehicles to your arena, you must use
- /speedrun setVehicle <arena> <type>
- Types: Horse, Boat, All
- All will give the items for both vehicle types
Fun trick with the boat! You can gain speed and height with the boat if you click the item while looking up, you can disable this by setting the Vehicles.Boat.Boost-When-Looking-Up to false.
You can force a player to use a certain vehicle inside a certain location, you can also force to dismount and disable vehicles.
- There are 3 systems; Boat, Horse and Walk, select the area with /sr
cpt and use- /sr addHorseArea <arena>
- /sr addBoatArea <arena>
- /sr addWalkArea <arena>
- Inside those areas the player cannot dismount from the vehicle type of the area and cannot mount if the area is walk.
- Vehicles.Check-Areas, set to true
- Options.Mounts-Ignore-Y, true by default, ignores Y (recommended)