Rizaa
Odunlara Vur Vur Vur!
- Katılım
- 1 Ocak 2024
- Mesajlar
- 33
- Elmaslar
- 6
- Puan
- 560
- Yaş
- 23
- Konum
- İstanbul
- Minecraft
- Vixians
Discord:
vixians
Kod:
[09:36:28 INFO]: [MMOItems] Enabling MMOItems v6.10-SNAPSHOT
[09:36:28 INFO]: [MMOItems] Hooked onto MythicMobs
[09:36:28 INFO]: [MMOItems] Hooked onto AuraSkills
[09:36:28 INFO]: [MMOItems] Now using AuraSkills as RPG core plugin
[09:36:28 WARN]: [MMOItems] Could not load item set 'Hellfire': Could not load set bonus 'ability-2': Could not find ability called 'HELLFIRE_ATTACK'
[09:36:28 WARN]: [MMOItems] Could not load item set 'Inferno': Could not load set bonus 'ability-1': Could not find ability called 'HELLFIRE'
[09:36:28 WARN]: [MMOItems] Could not load item set 'Mythril': Could not load set bonus 'ability-1': Could not find ability called 'ADAPTIVE_FIRST'
[09:36:28 WARN]: [MMOItems] Could not load item set 'Orichalcum': Could not load set bonus 'skill-damage': Could not find stat called 'SKİLL_DAMAGE'
[09:36:28 WARN]: [MMOItems] Could not load item set 'Uranium': Could not load set bonus 'defense': Could not find stat called 'DEFENSE'
[09:36:28 WARN]: [MMOItems] Could not load item set 'Lost': Could not load set bonus 'damage-reduction': Could not find stat called 'DAMAGE_REDUCTİON'
[09:36:28 INFO]: [MMOItems Upgrade Template loyal] Stat 'ATTACK_DAMAGE' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template loyal] Stat 'CRİTİCAL_STRİKE_POWER' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template loyal] Stat 'DEFENSE' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template loyal] Stat 'MOVEMENT_SPEED' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template loyal] Stat 'MAX_HEALTH' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template loyal] Stat 'SKİLL_DAMAGE' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template loyal] Stat 'PROJECTİLE_DAMAGE' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template loyal] Stat 'WEAPON_DAMAGE' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template damned] Stat 'ATTACK_DAMAGE' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template damned] Stat 'CRİTİCAL_STRİKE_POWER' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template damned] Stat 'DEFENSE' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template damned] Stat 'MOVEMENT_SPEED' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template damned] Stat 'MAX_HEALTH' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template damned] Stat 'SKİLL_DAMAGE' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template damned] Stat 'PROJECTİLE_DAMAGE' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template damned] Stat 'WEAPON_DAMAGE' not found.
[09:36:28 INFO]: [MMOItems Upgrade Template demeter] Stat 'ADDİTİONAL_LUCK' not found.
[09:36:28 INFO]: [MMOItems Template Modifiers] Loading template modifiers, please wait..
[09:36:28 INFO]: [MMOItems Item Templates] Loading item templates, please wait...
[09:36:28 WARN]: [MMOItems] Could not read subtable 'rare-diamond' from drop table 'DIAMOND_ORE': Could not find item type with ID 'MATERIAL'
[09:36:28 WARN]: [MMOItems] Could not read subtable 'rare-diamond' from drop table 'DEEPSLATE_DIAMOND_ORE': Could not find item type with ID 'MATERIAL'
[09:36:28 WARN]: [MMOItems] Could not read subtable 'rare-emerald' from drop table 'EMERALD_ORE': Could not find item type with ID 'MATERIAL'
[09:36:28 WARN]: [MMOItems] Could not read subtable 'rare-emerald' from drop table 'DEEPSLATE_EMERALD_ORE': Could not find item type with ID 'MATERIAL'
[09:36:28 WARN]: [MMOItems] Could not read subtable 'rare-obsidian' from drop table 'OBSIDIAN': Could not find item type with ID 'MATERIAL'
[09:36:28 ERROR]: Error occurred while enabling MMOItems v6.10-SNAPSHOT (Is it up to date?)
java.lang.NullPointerException: Cannot read field "worldGenEnabled" because the return value of "net.Indyuce.mmoitems.MMOItems.getLanguage()" is null
at net.Indyuce.mmoitems.manager.WorldGenManager.reload(WorldGenManager.java:76) ~[?:?]
at net.Indyuce.mmoitems.manager.WorldGenManager.<init>(WorldGenManager.java:38) ~[?:?]
at net.Indyuce.mmoitems.MMOItems.onEnable(MMOItems.java:177) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:190) ~[paper-1.20.4.jar:git-Paper-398]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.4.jar:git-Paper-398]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:637) ~[paper-1.20.4.jar:git-Paper-398]
at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:548) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:670) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:430) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1129) ~[paper-1.20.4.jar:git-Paper-398]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.4.jar:git-Paper-398]
at java.lang.Thread.run(Thread.java:842) ~[?:?]
[09:36:28 INFO]: [MMOItems] Disabling MMOItems v6.10-SNAPSHOT
Yardımcı olursanız sevinirim