Jump to content

TippiestComet63

Member
  • Posts

    27
  • Joined

  • Last visited

Posts posted by TippiestComet63

  1.      Herro and thank you for clicking our staff request!                                                                                                                                                Here at Wildwood Production Anonymous we have several servers for you to choose from. A trusted staff and gifted build team is our next step to becoming one of the greats! We have a tier system for all staff to ensure the best quality and character in our team members.

         Everyone will start out as a helper and work your way up the staff ranks to a trusted position such as Moderator or Admin if you so choose. Builders will still start as a helper and advance to Architect when applicable. Architects will gain limited use of World Edit commands to more easily create epic builds. To rank up, one must be trustworthy of the position. All staff applications must go through our Discord, as we use it to help monitor chat and server logs. You must be 16+ to apply. Join our main Server WAWCrafts, type /discord for a link. Please apply today!

    WPA-SpiritFo-Banner-468x60.gif.67218d49eb7d48ad0534c62ac0dbe267.gif

    348603381_AnimatedGIF-downsized_large.gif.89849925b93d9c2d745b3888a03241d8.gif

    WPA-WAWCrafts_Banner-468x60.gif.d5952c457e94e7be778a8fb7859f8440.gif

    WP-Tribe-Banner-468x60.gif.080657314ddf134037466fd3c3f19e14.gif

  2. 18 hours ago, pop4959 said:

    Already on the latest version: AreaShop, Slimefun: LuckyBlocks, NBT API, StoneTreasures, BountyHunters, Acronix, Citizens, Ultimate Economy, Holograms

    If they do not work, they still need to be updated to support Minecraft 1.16.3 which is the version Minehut is currently using. You can make another topic if you think any of them need to be updated / removed again later.

    This is the log for holograms

    [20:43:40] [Server thread/INFO]: [Holograms] Enabling Holograms v2.13
    [20:43:40] [Server thread/ERROR]: [Holograms] The plugin couldn't create the NMS controller instance and has been disabled. This is likelydue to no supported Hologram implementation for your CraftBukkit/Spigot version.
    [20:43:40] [Server thread/INFO]: [Holograms] Disabling Holograms v2.13

  3. Yes thank you! Kiteboard is now operational!

    16 hours ago, pop4959 said:

    Already on the latest version: AreaShop, Slimefun: LuckyBlocks, NBT API, StoneTreasures, BountyHunters, Acronix, Citizens, Ultimate Economy, Holograms

    If they do not work, they still need to be updated to support Minecraft 1.16.3 which is the version Minehut is currently using. You can make another topic if you think any of them need to be updated / removed again later.

    I will try reinstalling these few that do not work. Areashop, Slimefun + additions, Bountyhunters and holograms seem to function just fine. Citizens is fine, it is just the trait function connected to Magic that is not, but an update to magic will most likely fix this. Ultimate Economy gives me an internal error with every command I use. 

  4. I understand that  individual servers are all force updated and have no choice on remaining in a stable version for the plugins installed, and this isn't able to be changed do to the nature of Minehut severs. BUT, I have a suggestion to do it better in the future. Why not continue the request pull from the community asking what plugins they want updated PRIOR to the servers updating to the next version. Then when all core plugins are stable, update the whole thing? I feel like as a server owner and dev I am always playing catchup with you, and NEVER get to enjoy my work. Something is always breaking and it is usually the updates that cause this.

    So maybe put it to a vote.

    Ready to update? YES? NO?

  5. Holograms https://www.spigotmc.org/resources/holograms.4924/

    [Holograms] Enabling Holograms v2.13
    [14:39:00] [Server thread/ERROR]: [Holograms] The plugin couldn't create the NMS controller instance and has been disabled. This is likelydue to no supported Hologram implementation for your CraftBukkit/Spigot version.
    [14:39:00] [Server thread/INFO]: [Holograms] Disabling Holograms v2.13

  6. Acronix https://gitlab.com/Songoda/Arconix

    [Arconix] Task #109 for Arconix v2.0.0 generated an exception
    java.lang.NullPointerException: null
        at com.songoda.arconix.plugin.Arconix.doSave(Arconix.java:62) ~[?:?]
        at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.b(MinecraftServer.java:1296) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.DedicatedServer.b(DedicatedServer.java:371) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.a(MinecraftServer.java:1211) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:999) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-204]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]

    Ultimate Economy https://www.spigotmc.org/resources/ultimate_economy.59235/

    [14:39:00] [Server thread/INFO]: [Ultimate_Economy] Enabling Ultimate_Economy v1.2.5f
    [14:39:00] [Server thread/INFO]: [Ultimate_Economy] Loading language file: 'en' 'US'
    [14:39:00] [Server thread/ERROR]: Error occurred while enabling Ultimate_Economy v1.2.5f (Is it up to date?)
    java.lang.IllegalArgumentException: Name cannot be null
        at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.craftbukkit.v1_16_R2.CraftServer.getWorld(CraftServer.java:1224) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.Bukkit.getWorld(Bukkit.java:614) ~[patched_1.16.3.jar:git-Paper-204]
        at com.ue.townsystem.town.impl.TownImpl.loadTownManagerVillager(TownImpl.java:183) ~[?:?]
        at com.ue.townsystem.town.impl.TownImpl.<init>(TownImpl.java:74) ~[?:?]
        at com.ue.townsystem.town.api.TownController.loadTown(TownController.java:130) ~[?:?]
        at com.ue.townsystem.townworld.api.TownworldController.loadAllTownWorlds(TownworldController.java:173) ~[?:?]
        at com.ue.ultimate_economy.UltimateEconomy.loadPlugin(UltimateEconomy.java:233) ~[?:?]
        at com.ue.ultimate_economy.UltimateEconomy.onEnable(UltimateEconomy.java:72) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:237) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-204]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
    [14:39:00] [Server thread/INFO]: [Ultimate_Economy] Disabling Ultimate_Economy v1.2.5f
    [14:39:00] [Server thread/ERROR]: Error occurred while disabling Ultimate_Economy v1.2.5f (Is it up to date?)
    java.lang.NullPointerException: null
        at com.ue.ultimate_economy.UltimateEconomy.disableVault(UltimateEconomy.java:98) ~[?:?]
        at com.ue.ultimate_economy.UltimateEconomy.onDisable(UltimateEconomy.java:80) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:415) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:516) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:237) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-204]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]

  7.  

    Areashop https://www.spigotmc.org/resources/areashop.2991/

    Slimefun Lucky blocks https://github.com/TheBusyBiscuit/luckyblocks-sf

    Slimefum Exotic Gardens  

    Kiteboard https://www.spigotmc.org/resources/kiteboard-may-4th-50-off.13694/

    PacketListenerAPI https://www.spigotmc.org/resources/api-packetlistenerapi.2930/

    NBT API https://www.spigotmc.org/resources/item-entity-tile-nbt-api.7939/

    Languagy https://www.spigotmc.org/resources/languagy.61663/

    BentoBox and all extensions https://www.spigotmc.org/resources/bentobox-bskyblock-acidisland-skygrid-caveblock-aoneblock.73261/

    LibsDisguises uses the free version therefor only non-players and op's can use this. Could you fix this for us? https://www.spigotmc.org/resources/libs-disguises.32453/

    LastLoginAPI https://www.spigotmc.org/resources/lastloginapi-api-to-handle-player-names-and-login-timestamps.66348/

    Gsit https://www.spigotmc.org/resources/62325 

    Magic https://dev.bukkit.org/projects/magic

    Staff+ https://www.spigotmc.org/resources/staff-the-ultimate-moderation-plugin-1-7-1-13.41500/

    StoneTreasures https://www.spigotmc.org/resources/stonetreasures-1-8-1-12.49270/

    ([15:15:07] [Server thread/INFO]: StoneTreasures v2.8.0 running on Minecraft 1.7
    [15:15:07] [Server thread/INFO]: This plugin will not work on 1.8 Server. You have been warned.)

    UltimateTNT https://www.spigotmc.org/resources/ultimatetnt-the-best-tnt-plugin.49388/

    worldeditselectionvisualizer https://www.spigotmc.org/resources/worldeditselectionvisualizer.17311/

    Matrix https://www.spigotmc.org/resources/matrix-anticheat-hack-killaura-blocker-machine-learning-1-8-1-12-1-13.64635/

    BountyHunters has this exception. Seems to negate the point of Bounty hunting.

    [15:26:41] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to BountyHunters v2.2.6
    java.lang.NullPointerException: null
        at net.Indyuce.bountyhunters.listener.PlayerListener.c(PlayerListener.java:27) ~[?:?]
        at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor326.execute(Unknown Source) ~[?:?]
        at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.3.jar:git-Paper-204]
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.craftbukkit.v1_16_R2.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:827) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.EntityPlayer.die(EntityPlayer.java:669) ~[patched_1.16.3.jar:git-Paper-204]
        at net.citizensnpcs.nms.v1_16_R2.entity.EntityHumanNPC.die(EntityHumanNPC.java:180) ~[?:?]
        at net.minecraft.server.v1_16_R2.EntityLiving.damageEntity(EntityLiving.java:1262) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.EntityHuman.damageEntity(EntityHuman.java:761) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.EntityPlayer.damageEntity(EntityPlayer.java:838) ~[patched_1.16.3.jar:git-Paper-204]
        at net.citizensnpcs.nms.v1_16_R2.entity.EntityHumanNPC.damageEntity(EntityHumanNPC.java:154) ~[?:?]
        at net.minecraft.server.v1_16_R2.EntityLiving.entityBaseTick(EntityLiving.java:272) ~[patched_1.16.3.jar:git-Paper-204]
        at net.citizensnpcs.nms.v1_16_R2.entity.EntityHumanNPC.playerTick(EntityHumanNPC.java:379) ~[?:?]
        at net.citizensnpcs.nms.v1_16_R2.util.NMSImpl.playerTick(NMSImpl.java:962) ~[?:?]
        at net.citizensnpcs.util.NMS.playerTick(NMS.java:340) ~[?:?]
        at net.citizensnpcs.util.PlayerUpdateTask.run(PlayerUpdateTask.java:56) ~[?:?]
        at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.b(MinecraftServer.java:1296) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.DedicatedServer.b(DedicatedServer.java:371) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.a(MinecraftServer.java:1211) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:999) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-204]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]

    Acronix has this exception

    [15:30:18] [Server thread/WARN]: [Arconix] Task #36 for Arconix v2.0.0 generated an exception
    java.lang.NullPointerException: null
        at com.songoda.arconix.plugin.Arconix.doSave(Arconix.java:62) ~[?:?]
        at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.b(MinecraftServer.java:1296) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.DedicatedServer.b(DedicatedServer.java:371) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.a(MinecraftServer.java:1211) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:999) ~[patched_1.16.3.jar:git-Paper-204]
        at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-204]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]

    UltimateKits generated this exception

    [15:33:42] [Craft Scheduler Thread - 70/WARN]: [UltimateKits] Plugin UltimateKits v2.6.5 generated an exception while executing task 2570
    java.lang.ArrayIndexOutOfBoundsException: 35
        at org.bukkit.craftbukkit.v1_16_R2.CraftChunk.getEntities(CraftChunk.java:122) ~[patched_1.16.3.jar:git-Paper-204]
        at com.songoda.ultimatekits.handlers.DisplayItemHandler.displayItem(DisplayItemHandler.java:51) ~[?:?]
        at com.songoda.ultimatekits.handlers.DisplayItemHandler.displayItems(DisplayItemHandler.java:37) ~[?:?]
        at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.3.jar:git-Paper-204]
        at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.16.3.jar:git-Paper-204]
        at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.16.3.jar:git-Paper-204]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] 

     

     

    And also add in dynmap https://www.spigotmc.org/resources/dynmap.274/

  8. What the hell is the point of updating the server and forcing everyone into the new update when the plugins you offer have not been updated. I PAY FOR A SERVICE I CAN'T USE> GRRRRRRRRRRRRRRR. Stop updating to the newest version until you have fixed your broken outdated plugin list. I can't even use my economy plugin now, and it IS on a 1.16.1 version. How many other paying customers do you screw over when you do this? My server has already had to be reset once because the last update ROYALLY screwed me. SO, either you stop updating prematurely ORRRRRR  you allow your customers to choose their version and no plugin update conflicts. Seeing as the latter is less likely.......

  9. Here is what I have done so far. First contacted support and Mr. Kurtis told me to uninstall all plugins and this did not resolve the issue. I then read through logs to see if i could understand the problem and fixed many mistakes, none fixed the issues. After this I reinstalled them again one at a time in attempt to problem solve. Support then sent me to the forums and help section of the discord. I then followed your instructions to delete all the files in the plugins folder, this fixed the issue with gmc. I then uninstalled all plugins and hibernated, then restarted. Now /plugins does not crash the world. A simple restart didnt seem to do the trick. I am now adding in each plugin one at a time to determine the problem.
    [1:52 PM]
    Thank you

  10. I tried all of that. Nothing

    redacted some information

    [Sat, 25. Jul 2020 01:16:59 GMT INFO] Sending 1 analytic events
    [9:17 PM]
    [Sat, 25. Jul 2020 01:17:23 GMT INFO] UUID of player WoodwardWarwick is ..............................................
    [Sat, 25. Jul 2020 01:17:23 GMT INFO] Loading player WoodwardWarwick
    [Sat, 25. Jul 2020 01:17:23 GMT INFO] WoodwardWarwick joined the game
    [Sat, 25. Jul 2020 01:17:23 GMT INFO] WoodwardWarwick logged in with entity id 
    [9:17 PM]
    [Sat, 25. Jul 2020 01:17:45 GMT INFO] WoodwardWarwick issued server command: /plugins
    [Sat, 25. Jul 2020 01:17:45 GMT INFO] WoodwardWarwick lost connection: Disconnected
    [Sat, 25. Jul 2020 01:17:45 GMT INFO] Saving Disease details for WoodwardWarwick
    [Sat, 25. Jul 2020 01:17:45 GMT INFO] WoodwardWarwick left the game
    [9:18 PM]
    [Sat, 25. Jul 2020 01:17:59 GMT INFO] Sending 2 analytic events

  11. Yes i am aware of how to upload and download worlds. There is no option for me to change its file location to plugins/anni/backups. This plugin is reliant on these backups to function. Silly idea to include a plugin in your packs if it isn't fully usable. I have coreprotect, and can reinstall skript, but that is two extra, unnecessary plugins to add in if i'm running on a limit of 12. So I feel this issue needs to be resolved through Minehut team. 

    I thought about worldedit, or something similar, but run into all the same issues. There is no way to upload a fully developed map into plugins/anni/backups. Every attempt has resulted in an empty world or a failed attempt to upload the file.

     

  12. Im starting up a unique style of the annihilation gamemode but I cannot get any of my maps in the appropriate backups folder here /plugins/anni/backups. Can anyone give me a hint on how to accomplish this on a minehut server? 

  13. 22 hours ago, _Tarna_ said:

    Try clicking "Repair Files" in the danger zone section on the dashboard then restart server. If that doesn't work, try deleting the plugins and the plugin's folder in the plugin folder and restart server. Then you can install the plugins back after that.

    I attempted both. Repair files broke my /dl logs command so I proceeded to the second method after manually backing up my files. This method fixed the error with the /gmc but the issue with /plugins remains the same. I feel this is a Bukket issue of some sort, but honestly I cant figure it out.

  14. On any account, when I use /plugins it disconnects me from my server.

    Only on my main account /gmc and gamemode creative teleports me to another worlds spawn. 

    Logs are attached

    ctrl+f and search TEST TEST TEST to speed up the log search.

     

×
×
  • Create New...