File tree Expand file tree Collapse file tree
Common/src/test/java/cz/neumimto/rpg
src/main/java/cz/neumimto/rpg/spigot/bridges Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -75,13 +75,18 @@ dependencies {
7575 compileOnly ' com.github.Slikey:EffectLib:d77f639038'
7676 compileOnly ' me.clip:placeholderapi:2.10.3'
7777 compileOnly ' com.gmail.filoghost.holographicdisplays:holographicdisplays-api:2.4.0'
78- compileOnly(' net.Indyuce:MMOItems:6.2.4' ) {
78+
79+ compileOnly(' net.Indyuce:MMOItems:6.5.5' ) {
7980 exclude group : ' com.mojang' , module : ' authlib'
81+ exclude group : ' org.jetbrains' , module : ' annotations'
8082 }
81- compileOnly(' net.Indyuce:MMOLib:1.4.0' ) {
83+
84+ compileOnly(' io.lumine:MythicLib:1.0.17' ) {
8285 exclude group : " org.slf4j" , module : " slf4j"
8386 }
84- compileOnly ' io.lumine.xikage:MythicMobs:4.9.1'
87+
88+ compileOnly ' io.lumine.xikage:MythicMobs:4.11.2'
89+
8590 compileOnly ' com.gitlab.SamB440:RPGRegions-2:9e46ca8d' // 1.3.5
8691
8792 testCompile group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 1.7.30'
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public void reloadMMOItemSkills() {
7070
7171 @ EventHandler
7272 public void onLevelUp (SpigotCharacterGainedLevelEvent event ) {
73- PlayerData .get (event .getTarget ().getUUID ()).scheduleDelayedInventoryUpdate ();
73+ PlayerData .get (event .getTarget ().getUUID ()).updateInventory ();
7474 }
7575
7676 //@EventHandler
Original file line number Diff line number Diff line change 44import cz .neumimto .rpg .api .skills .SkillResult ;
55import cz .neumimto .rpg .api .skills .types .ActiveSkill ;
66import cz .neumimto .rpg .spigot .entities .players .ISpigotCharacter ;
7+ import io .lumine .mythic .lib .api .DamageType ;
78import it .unimi .dsi .fastutil .objects .Object2DoubleMap ;
89import it .unimi .dsi .fastutil .objects .Object2DoubleOpenHashMap ;
9- import it .unimi .dsi .fastutil .objects .Object2FloatMap ;
10- import it .unimi .dsi .fastutil .objects .Object2FloatOpenHashMap ;
1110import net .Indyuce .mmoitems .api .ItemAttackResult ;
1211import net .Indyuce .mmoitems .api .ability .Ability ;
1312import net .Indyuce .mmoitems .api .ability .AbilityResult ;
1413import net .Indyuce .mmoitems .api .player .PlayerData ;
1514import net .Indyuce .mmoitems .api .player .PlayerStats ;
1615import net .Indyuce .mmoitems .stat .data .AbilityData ;
17- import net .mmogroup .mmolib .api .DamageType ;
1816import org .bukkit .entity .Player ;
1917
2018import java .util .Set ;
You can’t perform that action at this time.
0 commit comments