About Sub Wars
SubWars is a standalone ,last man standing submarine deathmatch Event for your server
with the plugin set to auto spawn. manual commands will not work and Auto prize activated
Video Demo on use :D (old vid ,new coming soon)
Permission
SubWars.use - gives player ability to use open event command
Commands
- /subwars - activates event
- /jsw - allow player to join event
- /lsw - allows player to leave event
- /swtop - displays wipes leaderboard
- /subwarsconfig - new config menu ingame just for admins to change plugin config on the fly without reloading plugin // only added that seems worthy of in game changes
But commands can be changed in config
Language File
{ "alreadyenteredMessage": "You have already Entered, please wait for admin to start event", "notinlistMessage": "You have not entered the Event to leave sed Event", "enteredeventMessage": "You are now entered the SubWar event , Wait for Admin to start", "lefteventMessage": "You now left the SubWar event", "capreachedMessage": "Event is full!", "WinnerMessage": "<size=14>Congratz to <color=green>{playername}</color> for winning the subwar!!</size>", "EventOpenTooltip": "SubWars Now Active!!!!", "EventopenMessage": "<size=20>Subwar Event is now open to join . use <color=green>/jsw</color> to enter and ,<color=green>/lsw</color> to leave...You got {timetoevent} min's</size>", "GoGoMessage": "<color=green><size=20> Go! Go! Go!</color></size>", "jointimerMessage": "<color=green><size=18> The Admin started the Event</color></size>", "eventalreadystartedMessage": "Event already started, you cant join in , Sorry!", "incorrectDepthMessage": "the Depth is to low or to deep . you need between 45 and 55 in depth to spawn event!", "MINPlayersEnterd": "Min Requered Players to Enter not met ", "QuePlayersText": "Queuing Players!!", "EventActiveText": "Active!!", "EventStatusText": "Event Status :", "PlayercountText": "Player Count :", "YouKilled": "You killed <color=#FFD700>{playername}</color>", "KilledBy": "You Got Killed by <color=#FFD700>{playername}</color>" }
Config
{
"1. Event Settings": {
"Auto Spawn Event (false will disable spawn commands)": true,
"Auto Spawn - Predefined Location Use ? (use this if running custom map)": false,
"Auto Spawn - Predefined Location": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Min Players requered to start Event": 4,
"Time to enter Event in minutes": 2,
"Auto Spawn Timer Minimum (in minutes)": 120,
"Auto Spawn Timer Maximum(in minutes)": 180,
"Ping System - use on event players": true,
"Ping System - min amount of players to start ping": 2,
"test - test": false
},
"2. Submarine Settings": {
"Use Set amount of ammo (if false - ammo will refill on a player elimination)": true,
"Start Ammo ammount": 500
},
"3. Prize Settings": {
"Give Random Item in list (false will give all)": true,
"Give Random Command in list (false will give all)": true,
"All Custom Commands": [
"GiveRank {playerid} VIP",
"GiveRank {playerid} VIP+"
],
"All Prize Items": [
{
"Item Amount": 2000,
"Item Short Prefab Name": "scrap",
"Item Skin ID (0 = Default)": 0,
"Item Display Name (empty = Default)": ""
},
{
"Item Amount": 1,
"Item Short Prefab Name": "hat.dragonmask",
"Item Skin ID (0 = Default)": 0,
"Item Display Name (empty = Default)": ""
}
],
"Winner Prize : 0 None , 1 = Item , 2 = Customcommand , 3 = Item + Customcommand": 1
},
"4. External Plugin Settings": {
"Chat commands to block in event": [
"shop",
"shops",
"tp",
"tpa",
"home"
],
"Console commands to block in event": [
"god"
],
"Zonename For TruePVE to set PVP zone": "SubWars",
"ZoneID For TruePVE to set PVP zone": "000111"
},
"5 SubWars Chat Commands": {
"Chat command to start SubWars": "subwars",
"Chat command to enter SubWars": "jsw",
"Chat command to leave SubWars": "lsw",
"Chat command to see SubWars LearderBoard": "swtop"
},
"6. Debug Settings": {
"Enable Debug? (enabled will start event without notify and no limit on entry)": false
}
}