1.0.0-SNAPSHOT-U157

+ Updated TODO
+ Connected The GiveRewardPositionListPanel to the next step down.
This commit is contained in:
Charles 2018-12-31 01:23:27 +08:00
parent b4b9f4bf72
commit 2f829513e5
4 changed files with 3 additions and 6 deletions

4
TODO
View File

@ -1,5 +1,3 @@
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)
@ -18,4 +16,4 @@
01:00 -> Add a new branch for the plugin and add support for Legacy version
-----------
19:15 hrs
17:45 hrs

View File

@ -106,7 +106,7 @@ public class GiveRewardPositionListPanel extends SubVariablePanelHandler<DropTab
giveTableElement.setGiveRewards(rewards);
saveDropTable((Player) event.getWhoClicked(), dropTable, giveTableElement, BossAPI.convertObjectToJsonObject(giveTableElement));
} else {
//TODO OPEN REWARDREWARDSLIST
this.bossPanelManager.getGiveRewardRewardsListMenu().openFor((Player) event.getWhoClicked(), dropTable, giveTableElement, position);
}
});
}

View File

@ -1,6 +1,5 @@
package com.songoda.epicbosses.panel.droptables.types.give;
import com.google.gson.JsonObject;
import com.songoda.epicbosses.CustomBosses;
import com.songoda.epicbosses.api.BossAPI;
import com.songoda.epicbosses.droptable.DropTable;

View File

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