FreezeTag

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

The common childhood game, FreezeTag, in Minecraft!

Commands:

Command [args] - Description - Permission
/start <time> - Starts the game in a specified amount of time. - freezetag.admin.start
/stats - Displays a player's stats - freezetag.user.stats
/cancel - Cancels all countdowns - freezetag.admin.cancel
/restart <time> - Restarts the server - freezetag.admin.restart

Setting up:

Setting this plugin up can be a little difficult, so read carefully! First, get together the maps you want to use. They will be loaded in alphabetical order by folder name. Create a folder called 'maps' and place all of your map folders in there. In each of the folders create a file called 'map.xml' that looks similar to this:

<map>
	<spawns>
		<spawn main="true">-547,78,-523</spawn>
		<spawn>-518,69,-523</spawn>
		<spawn>-511,68,-546</spawn>
	</spawns>
</map>

The spawn that has the main attribute, is the one that the user will be teleported to when the match first starts. That spawn is still an option for spawning in game! For each of the other spawns, the coordinates should be x,y,z.

Once all maps are created, you can start the server and everything should load correctly.

FreezeTag also has support for MongoDB stats, and can be enabled in the config.yml file.

Config explanation:

database: true # whether or not to enable the database
dbname: freezetag # mongo database
collection: stats # mongo collection
ip: localhost # mongo ip
port: 27017 # mongo port
minplayers: 1 # not implemented
time: 300 # not implemented

Some other features:

The plugin sets the MOTD of the server to the name of the current map. Random Item Drops - WIP More stats - WIP Particle Effects - WIP

If you need any help, please leave a reply, and I will help you as soon as I can!


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files