This plugin is a replic of the Annihilation minigame of ShotBow server.
Features:
- Full customisable.
- Commands and permissions.
- 15 kits to select (GUI systems) more kits coming soon.
- Vote system.
- Boss system.
- BarBoss system.
- Phase system (all phase period are full customisables).
- Restore maps system.
- Stats system.
- Compass system.
- Economy suport for shops.
- FireWorks event with end.
- Automatic reconstruction of maps at the end of the games.
- The plugin auto-detect the blocks like melon, ores, portals, logs, and adds them to the special characteristics.
- Support 3 maps for server (more support coming soon)
Command:
- /den --> Show list of commands.
- /den start --> Start the minigame.
/map edit <name> --> for eddit a map
/map save <name> --> for save a map
Players Commands: (these commands do not require permissions)
/red --> Join to red team
/blue --> Join to blue team
/green --> Join to green team
/yellow --> Join to yellow team
/stats --> Show stats
/distance --> Show nexus enemy distance.
Permissions:
Spoiler: Permissions
Staff:
+-------------------------+
DestruyeElNexus.command.start
DestruyeElNexus.map.edit
DestruyeElNexus.map.save
DestruyeElNexus.misc.updatenotify
DestruyeElNexus.buildbypass
+-------------------------+
Players:
Kits
DestruyeElNexus.kit.CIVILIAN
DestruyeElNexus.kit.SCOUT
DestruyeElNexus.kit.BERSERKER
DestruyeElNexus.kit.OPERATIVE
DestruyeElNexus.kit.LUMBERJACK
DestruyeElNexus.kit.MINER
DestruyeElNexus.kit.ARCHER
DestruyeElNexus.kit.WARRIOR
DestruyeElNexus.kit.ASSASIN
DestruyeElNexus.kit.ENCHANTER
DestruyeElNexus.kit.DEFENDER
DestruyeElNexus.kit.PYRO
DestruyeElNexus.kit.SCORPIO
DestruyeElNexus.kit.SUCCUBUS
DestruyeElNexus.kit.SWAPPER
DestruyeElNexus.kit.THOR
+-------------------------+
Others
DestruyeElNexus.bypass.teamlimitor
DestruyeElNexus.bypass.teamlimit
DestruyeElNexus.bypass.phaselimiter
+-------------------------+
DestruyeElNexus.command.start
DestruyeElNexus.map.edit
DestruyeElNexus.map.save
DestruyeElNexus.misc.updatenotify
DestruyeElNexus.buildbypass
+-------------------------+
Players:
Kits
DestruyeElNexus.kit.CIVILIAN
DestruyeElNexus.kit.SCOUT
DestruyeElNexus.kit.BERSERKER
DestruyeElNexus.kit.OPERATIVE
DestruyeElNexus.kit.LUMBERJACK
DestruyeElNexus.kit.MINER
DestruyeElNexus.kit.ARCHER
DestruyeElNexus.kit.WARRIOR
DestruyeElNexus.kit.ASSASIN
DestruyeElNexus.kit.ENCHANTER
DestruyeElNexus.kit.DEFENDER
DestruyeElNexus.kit.PYRO
DestruyeElNexus.kit.SCORPIO
DestruyeElNexus.kit.SUCCUBUS
DestruyeElNexus.kit.SWAPPER
DestruyeElNexus.kit.THOR
+-------------------------+
Others
DestruyeElNexus.bypass.teamlimitor
DestruyeElNexus.bypass.teamlimit
DestruyeElNexus.bypass.phaselimiter
How Configured:
Just edit the "yml" archives with the desired values (coords, values, etc) save and stop the server. Then start and enjoy.
Can make ur own maps, type the command /map edit <name> (for edit) and /map save <name> (for save). Dont clear the folder map generate on the DestruyeElNexus folder. Recomended add and edit block like melon, ores, logs, with WorldEddit plugin.
Example map.yml
Spoiler: maps.yml
Code (Text):
# Locations are formatted as following:
# "x,y,z"
# or, if you would like to add yaw/pitch
# "x,y,z,yaw,pitch"
Castillos:
# Spawn points for each team, can have as many entries as you like.
# At least one required.
spawns:
red:
- "-13,72,109"
yellow:
- "-108,75,-3"
green:
- "105,75,-2"
blue:
- "0,73,-108"
# Nexuses for each team, only one nexus each.
# Required.
nexuses:
red: "-20,58,123"
yellow: "-123,61,-11"
green: "119,61,4"
blue: "7,59,-124"
# Ender furnaces for each team, only one each.
# Optional.
furnaces:
red: "-18,72,107"
yellow: "-106,75,-8"
green: "103,75,2"
blue: "5,73,-107"
# Ender brewing stands for each team, only one each.
# Optional.
brewingstands:
red: "-20,65,-20"
yellow: "-20,65,20"
green: "20,65,20"
blue: "20,65,-20"
# Ender chests for each team, only one each.
# Optional.
enderchests:
red: "-7,72,107"
yellow: "-106,75,1"
green: "103,75,-8"
blue: "-5,73,-106"
# Diamond locations, can have as many as you like.
# Optional, but highly recommended.
diamonds:
- "-1,69,-2"
- "-0,69,4"
- "2,70,-7"
- "0,69,-1"
- "2,71,6"
# Boss Configuration.
# Optional.
bosses:
boss2:
name: "&bCelariel"
spawn: "4,69,-2"
chest: "0,70,-1"
hearts: 100
boss3:
name: "&cFirwen"
spawn: "-2,70,-4"
chest: "1,70,-2"
hearts: 100
# The spawn location for the lobby world.
# Mandatory.
lobby:
spawn: "0,81,0"
# Team join sign locations.
# Optional, but highly recommended.
signs:
red:
- "-2,23,-2"
- "-3,23,-1"
yellow:
- "2,23,-2"
- "1,23,-1"
green:
- "2,23,2"
- "1,23,3"
blue:
- "-2,23,2"
- "-3,23,3"
# "x,y,z"
# or, if you would like to add yaw/pitch
# "x,y,z,yaw,pitch"
Castillos:
# Spawn points for each team, can have as many entries as you like.
# At least one required.
spawns:
red:
- "-13,72,109"
yellow:
- "-108,75,-3"
green:
- "105,75,-2"
blue:
- "0,73,-108"
# Nexuses for each team, only one nexus each.
# Required.
nexuses:
red: "-20,58,123"
yellow: "-123,61,-11"
green: "119,61,4"
blue: "7,59,-124"
# Ender furnaces for each team, only one each.
# Optional.
furnaces:
red: "-18,72,107"
yellow: "-106,75,-8"
green: "103,75,2"
blue: "5,73,-107"
# Ender brewing stands for each team, only one each.
# Optional.
brewingstands:
red: "-20,65,-20"
yellow: "-20,65,20"
green: "20,65,20"
blue: "20,65,-20"
# Ender chests for each team, only one each.
# Optional.
enderchests:
red: "-7,72,107"
yellow: "-106,75,1"
green: "103,75,-8"
blue: "-5,73,-106"
# Diamond locations, can have as many as you like.
# Optional, but highly recommended.
diamonds:
- "-1,69,-2"
- "-0,69,4"
- "2,70,-7"
- "0,69,-1"
- "2,71,6"
# Boss Configuration.
# Optional.
bosses:
boss2:
name: "&bCelariel"
spawn: "4,69,-2"
chest: "0,70,-1"
hearts: 100
boss3:
name: "&cFirwen"
spawn: "-2,70,-4"
chest: "1,70,-2"
hearts: 100
# The spawn location for the lobby world.
# Mandatory.
lobby:
spawn: "0,81,0"
# Team join sign locations.
# Optional, but highly recommended.
signs:
red:
- "-2,23,-2"
- "-3,23,-1"
yellow:
- "2,23,-2"
- "1,23,-1"
green:
- "2,23,2"
- "1,23,3"
blue:
- "-2,23,2"
- "-3,23,3"
English messages.yml
Spoiler: messages.yml
# DestruyeElNexus messages file
ERROR_GAME_NOTSTARTED: "The game has not started yet!"
ERROR_CONSOLE_CLASSCOMMAND: "Classes pertain only to players"
ERROR_CONSOLE_PLAYERCOMMAND: "Only players can use this command!"
ERROR_PLAYER_NOTEAM: "You have to be ingame to use this command!"
ERROR_PLAYER_NOPERMISSION: "You do not have permission!"
ERROR_PLAYER_NOSWITCHTEAM: "You cannot switch teams!"
ERROR_GAME_INVALIDTEAM: "Invalid team specified!"
ERROR_GAME_TEAMNONEXUS: "You cannot join a team without a Nexus!"
ERROR_GAME_TEAMFULL: "You cannot join a team without a Nexus!"
INFO_CLASS_CHOOSERTITLE: "Select Kit"
INFO_TEAM_LIST_PLAYERS: "player"
INFO_COMMAND_DISTANCE: "Distances"
INFO_COMMAND_STATS: "Distances"
INFO_COMMAND_TEAMS: "Teams"
INFO_COMMAND_VOTING_ENDED: "Voting has already ended!"
INFO_COMMAND_VOTING_INVALID: "You selected an invalid option."
INFO_COMMAND_VOTING_MAPS: "Maps up for voting:"
DYNAMIC_S: "s"
Code (Text):
# DestruyeElNexus messages file
ERROR_GAME_NOTSTARTED: "The game has not started yet!"
ERROR_CONSOLE_CLASSCOMMAND: "Classes pertain only to players"
ERROR_CONSOLE_PLAYERCOMMAND: "Only players can use this command!"
ERROR_PLAYER_NOTEAM: "You have to be ingame to use this command!"
ERROR_PLAYER_NOPERMISSION: "You do not have permission!"
ERROR_PLAYER_NOSWITCHTEAM: "You cannot switch teams!"
ERROR_GAME_INVALIDTEAM: "Invalid team specified!"
ERROR_GAME_TEAMNONEXUS: "You cannot join a team without a Nexus!"
ERROR_GAME_TEAMFULL: "You cannot join a team without a Nexus!"
INFO_CLASS_CHOOSERTITLE: "Select Kit"
INFO_TEAM_LIST_PLAYERS: "player"
INFO_COMMAND_DISTANCE: "Distances"
INFO_COMMAND_STATS: "Distances"
INFO_COMMAND_TEAMS: "Teams"
INFO_COMMAND_VOTING_ENDED: "Voting has already ended!"
INFO_COMMAND_VOTING_INVALID: "You selected an invalid option."
INFO_COMMAND_VOTING_MAPS: "Maps up for voting:"
DYNAMIC_S: "s"
Dependence:
- Vault
Video:
TODO:
- Add more kits.
- Add english interfase and messenges.
- Add more tan 3 maps for servers.
DONATE FOR HELP ME:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DSZSAXBG9WUHC
Quick facts
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
DestruyeElNexus is a free Minecraft Java mod. Downloaded 2,250 times (via Spigot). Download it and open it directly in the game.