ResourceWorld
ResourceWorld copied to clipboard
All Nether Portals Go to the Resource_End [BUG]
Describe the bug All Nether Portals (In both the normal AND resource world) direct you to a random spot in the Resource_End. This is done with modification of the default config. Otherwise all Nether Portals bring you to the Regular Nether.
To Reproduce This bug does not persist on the default config. But I have been using my modified config for years now and no issues. Problem started with ResourceWorld-1.9.5.jar but continue with the most recent jar file as well
- Download ResourceWorld-1.9.5.jar or later
- Modify Config.yml to allow Nether Portals in all worlds to go to the Resource_Nether
- To Clarify: I made the Resource_Nether override: true (Even with other modifications of this config.yml, it still seems to bring the player to the Resource_End. I also tried disabling the Resource_End but it would continue to remake it)
- Go to either the Normal World or the Resource_World
- Create a Nether Portal and Step in
- You should be somewhere random in the Resource_End
I even tried reproducing with a local server and the same issues surfaced. I'm just not sure what to do and would appreciate any help or guidance. Does the issue still persist on the default config? No
Is the plugin up to date? Yes
Server Environment & Version Paper 1.18.1 version 216
Additional Information (Optional) I love this plugin but I just can't figure out how to get it to work again the way I would like. Thank you so much for all your hard work!!
Hi there! I'm currently in the military again so i'm not able to test it in-game myself. Could you try by updating to the latest version and making a clean fresh config?
I'm using the latest version, and I am seeing the same issue. Nether Portals created in the main world are sending players to the Resource End. It generates a platform out of obsidian with part of a portal around it.
From your module PortalNether.java:
World world = Bukkit.getWorld(Config.Setting.END_NAME.getString());
Unfortunately I do not know the first thing about compiling these things. :-)
Average Nik moment
although im having the same problem i still love this plugin, honestly cant wait for a fix!
I fixed it if anyone wants the updated code
although im having the same problem i still love this plugin, honestly cant wait for a fix!
I fixed it if anyone wants the updated code
when you said you fixed it, does that mean the portal is working properly? would you mind sharing the updated code?
although im having the same problem i still love this plugin, honestly cant wait for a fix! I fixed it if anyone wants the updated code
when you said you fixed it, does that mean the portal is working properly? would you mind sharing the updated code?
Yes, I have fixed it & tested it on my server, I can provide you with the file. The code I modified was in the Nether module, the code made it so the player was sent to the Resource_End instead of the Resource_Nether, so all I had to do is change it to Resource_Nether instead then re-compile the code and bam fixed! My config file and the modifed jar file are attached (;