Survivors are trapped in an area. And one of them is not human...
A new minigame, where the players are survivors, and one player is "the Thing", disguised as a survivor.
Gameplay
- At least three players per arena.
- One player starts as the "Thing". The others are "Humans"
- The Thing can change its form into a player, and back into a "Thing".
- The Thing's form has more damage and small regeneration, but is slower, and cannot jump or break blocks. Zombies will not attack Things while they are in their thing form. Things also gain a zombie egg every few seconds, in both its forms.
- Humans have dig speed. Zombies will target the humans.
- Players can mine iron ore to get iron ingots. These ores will regenerate over a short time.
- Iron ingots can be used to craft better armor.
- Killing zombies give rotten flesh, and rotten flesh can be used to craft Food, which heals the player by 5 hearts upon use. Rotten flesh restores a small amount of hunger without giving the hunger effect.
- When a Human dies to a zombie, another Human, or by non-Thing causes, the Human is kicked from the arena.
- When a Human dies to a Thing, the human becomes a Thing as well.
- Game ends when everyone left is a Human, or everyone left is a Thing
Requirements
- Java 7 and above
- Spigot for Minecraft 1.8 - 1.10
Features
- Simple, straightforward setup
- Unique minigame you'll find nowhere else!
- Multi Arena support
- Arena name (Case insensitive) support
- Full language translation (Except admin commands)
- Arena join/leave signs
- Custom crafting system for the minigame alone! Owners can add new items to the crafting GUI!
- Zombie spawns to enhance gameplay experience
- ActionbarAPI support
- Do /thething create [arenaname]
- Setup warps with /thething setwarp [type]
- You'll need at least 3 spawnpoint warps, 1 zombiespawn warp, and 1 lobby warp for a complete, usable arena
- Number of spawnpoints = max players.
- [Optional] setup arena signs for it
- Be sure to leave a few iron ores around, Humans need it to craft items. Leave minimal ledges, because Things cannot jump.
- Arena is ready for use
- Create Chokepoints (Areas accessible only through ledges) so that the Thing must be human before jumping in to attack.
- Zombie points should be marked out, so starters don't build their base on them accidentally
- Remember to place leave signs in the lobby, because players sometimes forget the leave command
Potion Effects parsing in config
Code (Text):
potioneffects:
- [potion effect type],[duration],[amplifier]
The duration is the duration in seconds.
The amplifier is the potion level minus one. (Which means amplifier 0 is level 1)
An example is:
Code (Text):
potioneffects:
- REGENERATION,999999,0
This will give players regeneration I with infinite time
Here's a list of usable effects: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
Crafting Items Format
In the config, the plugin can set the crafting equipment of the players in the arena.
Please follow these conventions very carefully, and note especially the spaces, commas, and caps.
Code (Text):
crafting-items:
- [material name]:[itemdata (optional)],[amount] [cost] [enchantment]:[level] [name] [lore (Nextline with <br>)
Note that itemdata, and enchantment is optional, but the amount and cost is compulsory.
All armour will be put on automatically, try not to have duplicate armor types (Don't have two different helmets etc)
Here are some examples:
Here's a list of all materials: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
Here's a list of all enchantment names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
Commands & Permissions
- /thething join [arena] Joins an arena <no permission>
- /thething leave [arena] Leaves an arena <no permission>
- /thething delete [arena] Deletes an arena <thething.delete>
- /thething create [arena] Creates an arena <thething.create>
- /thething setwarp [arena] [warptype] Sets the specified warp for the specified arena <thething.setwarp>
Screenshots/Images
Stats and equipment change for the Thing, and Survivors
Custom Crafting system for increasing effectiveness!
Zombie spawns to attack Survivors!
Signs
To create a join sign, simply write [TheThing] on the first line, and the arena's name to join in the second line
Final look of completed join sign
To create Leave signs, type the above
This should be the final look of a leave sign
Terms of purchase
- You may use the plugin on all servers that you own
- You may not -Redacted- the plugin or its code
- You may not decompile the plugin to obtain its code
- No refunds, as you already have the file