1.0.0-SNAPSHOT-U122

+ Added an estimated time duration on the TO-DOs
This commit is contained in:
Charles 2018-12-12 18:46:18 +08:00
parent 52769478f9
commit 6b384e1873
2 changed files with 27 additions and 24 deletions

49
TODO
View File

@ -1,25 +1,28 @@
-> Add the Custom Skill Editing GUIs
-> Add the new Skill aspect (via command)
-> Add the DropTable Main Editing GUI (Will have buttons for DropType and Rewards)
-> Add the DropTable Rewards Editing GUI
-> Spray - Has a button for Rewards List (with chances), button for RandomSpray, button for MaxDistance, button for MaxDrops
-> Drop - Has a button for Rewards List (with chances), button for RandomDrops, button for MaxDrops
-> Give - Is a list panel with the positions and a button for adding a new position
-> Is a list panel of reward sections, button to add a new section
-> Panel with Items button, Commands button, maxDrops button, maxCommands button, randomDrops button, randomCommands button, requiredPercentage button
-> Items panel is Rewards List (with chances)
-> Commands panel is Rewards List (with chances)
-> Add full AutoSpawns system
-> Interval based spawn system, so bosses will spawn at location after certain time
02:00 -> Add the Custom Skill Editing GUIs
00:30 -> Add the new Skill aspect (via command) (30mins)
03:00 -> Add the DropTable Main Editing GUI (Will have buttons for DropType and Rewards) (3hrs)
01:00 -> Add the DropTable Rewards Editing GUI (1hr)
01:00 -> Spray - Has a button for Rewards List (with chances), button for RandomSpray, button for MaxDistance, button for MaxDrops (1hr)
01:00 -> Drop - Has a button for Rewards List (with chances), button for RandomDrops, button for MaxDrops (1hr)
01:00 -> Give - Is a list panel with the positions and a button for adding a new position (1hr)
00:30 -> Is a list panel of reward sections, button to add a new section
00:30 -> Panel with Items button, Commands button, maxDrops button, maxCommands button, randomDrops button, randomCommands button, requiredPercentage button
01:00 -> Items panel is Rewards List (with chances)
00:30 -> Commands panel is Rewards List (with chances)
02:00 -> Add full AutoSpawns system
02:00 -> Interval based spawn system, so bosses will spawn at location after certain time
-> Randomly in the wilderness, bosses will spawn with x chance within coords as a player is loading chunks
-> Randomly from a spawner, bosses will spawn with x chance within coords when a spawner is spawning mobs of the same type
-> Add the AutoSpawns Editing GUI (with a button for toggling the type of the autospawn, from wilderness, to spawner, to interval and a button for editing data)
-> Interval - Button to change coords, list of possible spawns, spawnIfChunkIsntLoaded, maxActiveBosses, bossesPerInterval, spawnRate, spawnType (Interval or Random), placeholder, message
02:00 -> Randomly in the wilderness, bosses will spawn with x chance within coords as a player is loading chunks
00:45 -> Randomly from a spawner, bosses will spawn with x chance within coords when a spawner is spawning mobs of the same type
04:00 -> Add the AutoSpawns Editing GUI (with a button for toggling the type of the autospawn, from wilderness, to spawner, to interval and a button for editing data)
01:00 -> Interval - Button to change coords, list of possible spawns, spawnIfChunkIsntLoaded, maxActiveBosses, bossesPerInterval, spawnRate, spawnType (Interval or Random), placeholder, message
-> Wilderness - Button to change max coords, boss that autospawn applies to, maxActiveBosses, spawnChance
-> Spawner - Button to change max coords, boss that autospawn applies to, maxActiveBosses, spawnChance
-> Complete the /boss new skill command
-> Connect the /boss time [section] to the AutoSpawns timer (can only be applied to Interval AutoSpawns)
-> Add support for HolographicDisplays placeholder as the entityName for bosses and minions
-> Add a new branch for the plugin and add support for Legacy version
01:00 -> Wilderness - Button to change max coords, boss that autospawn applies to, maxActiveBosses, spawnChance
01:00 -> Spawner - Button to change max coords, boss that autospawn applies to, maxActiveBosses, spawnChance
00:30 -> Complete the /boss new skill command
00:30 -> Connect the /boss time [section] to the AutoSpawns timer (can only be applied to Interval AutoSpawns)
00:30 -> Add support for HolographicDisplays placeholder as the entityName for bosses and minions
01:00 -> Add a new branch for the plugin and add support for Legacy version
------
28.15hrs

View File

@ -20,7 +20,7 @@
<properties>
<!--<plugin.version>maven-version-number-SNAPSHOT-U90</plugin.version>-->
<plugin.version>1.0.0-U121</plugin.version>
<plugin.version>1.0.0-U122</plugin.version>
<plugin.name>EpicBosses</plugin.name>
<plugin.main>com.songoda.epicbosses.CustomBosses</plugin.main>
<plugin.author>AMinecraftDev</plugin.author>