Skip to content

Minecraft java plugin that makes the worldborder expand over time

License

Notifications You must be signed in to change notification settings

frostglitch/borderhunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Borderhunt

Minecraft java plugin that makes the worldborder expand over time.

worldborder

Information

This plugin can be used on its own, but it was created to be used in a minecraft manhunt in combination with a player tracker.

Game version: 1.16

Spigot page of the plugin can be found here.

Usage

/borderhunt <option> (value)

Options: start , stop , pause , resume , increment, initial , time

Functions

Command Explanation
start Spawns the border and starts the timer
stop Stops the border timer
pause Pauses the border timer
resume Resumes the border timer

Variables

Command Explanation
initial How many blocks wide should the border be at the start
increment By how many blocks should the border increase
time After how many seconds should the border increase

Example

Setting up and starting:

/borderhunt initial 50
/borderhunt time 30
/borderhunt increment 30
/borderhunt start

Pausing, changing a value and resuming:

/borderhunt pause
/borderhunt time 45
/borderhunt resume

Licensed under the MIT License.