-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Guide
Prior to plugin installation, please refer to the Dependencies page and sure both are installed on your server.
To install Friday the 14th on your Minecraft server, download the JAR file and place it in your /Plugins
folder.
To begin setup of an arena, execute the command /f13 setup [arenaName]
, replacing [arenaName] with your arena name.
You'll first prompted to define the following two points as the arena boundary:
- Boundary (Low) - The lowest point of the arena boundary.
- Boundary (High) - The highest point of the arena boundary.
Note: It is very important that the two points create a cuboid area that encompasses your entire map and everywhere players can play. If you just select a flat plane, the arena will not function properly as it will prevent players from moving "outside" of the arena.
You'll then be asked to setup other important arena points, again using /f13 here
to set your current location as the desired point. Once the arena setup has complete, you'll get a confirmation message. Once the arena is setup, you'll need to continue to add spawn points and chests before gameplay can begin.
Once your arena has been setup, you'll need to add spawn points. Spawn points are locations within your arena boundary where players will randomly spawn at the beginning of the game.
To add a spawn point, execute /f13 add [arenaName] spawn
and then execute /f13 here
to set your current location as the spawn point.
The number of spawn points in an arena corresponds to the number of players an arena can handle per game, so continue to add spawn points for the number of players you'd like that arena to support.
There are two types of chests that can be added to a Friday the 13th arena, item chests and weapon chests. The contents of both are randomly regenerated the beginning of every game.
To add a chest, place a chest and then execute the command /f13 add [arenaName] chest:item
for an item chest or /f13 add [arenaName] chest:weapon
for a weapon chest. Once prompted, place the chest in your crosshairs and execute /f13 here
Once you've completed adding spawn points and chests, your arena is ready for gameplay!
#Join Signs Join signs allow players to click the sign to join the specified arena, and update automatically with game time and other statistics.
To add a join sign for an existing arena, make the first line of a sign [F13]
and put the arena name on the second line. That's it!
Optionally, you can modify gameplay time values in the global.yml file in the FridayThe13th folder of your /plugins
folder. Please note that all times are in seconds.
Friday the 13th supports multiple languages, see the Multiple Languages Page