This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Trying to import data to the plugin just does not work...
What is the expected output? What do you see instead?Ported data
What version of the product are you using?Latest BD version
Do you have an error log of what happened?[20:38:06] [Server thread/INFO]: [ProtectionStones] Disabling ProtectionStones v1.9j[20:38:06] [Server thread/INFO]: [ProtectionStones] Saving world[20:38:06] [Server thread/INFO]: [ProtectionStones] Saving world_the_end[20:38:06] [Server thread/INFO]: [ProtectionStones] Saving world_nether[20:38:06] [Server thread/INFO]: [ProtectionStones] Saving plotworld[20:38:06] [Server thread/INFO]: [ProtectionStones] Disabled[20:38:07] [Craft Scheduler Thread - 0/WARN]: Exception in thread "Craft Scheduler Thread - 0"[20:38:07] [Craft Scheduler Thread - 0/WARN]: org.apache.commons.lang.UnhandledException: Plugin LibelulaProtectionBlocks v2.0.10 Release generated an exception while executing task 61 at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)Caused by: java.lang.NullPointerException at me.libelula.pb.ProtectionStonesImporter$1.run(ProtectionStonesImporter.java:130) at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftTask.run(CraftTask.java:71) at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ... 3 more
[20:38:07] [Server thread/INFO]: [0;34;22m[[0;33;22mPS[0;34;22m][0;33;1m [0;33;22mOld fashioned plugin ProtectionBlock found and disabled.[m[20:38:07] [Server thread/INFO]: [0;34;22m[[0;33;22mPS[0;34;22m][0;33;1m Vault plugin successfully hooked.[m[20:38:07] [Server thread/INFO]: [0;34;22m[[0;33;22mPS[0;34;22m][0;33;1m Shop functionality enabled.[m[20:38:07] [Server thread/INFO]: [0;34;22m[[0;33;22mPS[0;34;22m][0;33;1m Importing from ProtectionStones for world: world_nether[m
Please provide any additional information below.I would love to use a working plugin however without the port this is just not possible
Note we have NO PS regions in world_nether as its in our "Disallowed worlds" list maybe this is what's breaking it... But no clue...I only need/want it to port across the "world" file to LPB :(
Also note I have tried porting manually to the LPB format in the WorldGuard regions file...
E.G. (This is the format of a "New" created area) lpb--376x71y-305z: min: {x: -381.0, y: 0.0, z: -310.0} max: {x: -371.0, y: 198.0, z: -300.0} members: {} flags: {} owners: unique-ids: [x] type: cuboid priority: 0
However I have noticed we have 2 PS formats in our format too (See below) ps-8119x101y-5806z: min: {x: -8129.0, y: 0.0, z: -5816.0} max: {x: -8109.0, y: 255.0, z: -5796.0} members: {} flags: {} owners: unique-ids: [x] type: cuboid priority: 0
ps894x63y1189z: min: {x: 874.0, y: 0.0, z: 1169.0} max: {x: 914.0, y: 255.0, z: 1209.0} members: {} flags: {} owners: unique-ids: [x] type: cuboid priority: 0
Changing " ps894x63y1189z" to "lpb--894x63y-1189z" or "ps-8119x101y-5806z" to "lpb--8119x101y-5806z" to match the format of the new created area does nothing either...
If the port tool does not cater for both versions of a PS region this makes sense... however without the port I cant move over :/ (I thought changing the region name manually would fix it however it seems its not that easy?)
Thanks
Note 2:
Running with the bare minimum plugins and just the world "World": * PermissionsEx-1.23.4 * ProtectionStones-j * LibelulaProtectionBlocks-2.0.10 * worldedit-bukkit-6.1.1 * worldguard-6.1
Still gives the same error...: [21:50:06] [Server thread/INFO]: [0;34;22m[[0;33;22mPS[0;34;22m][0;33;1m World "world" loaded.[m [21:50:07] [Server thread/INFO]: [ProtectionStones] Disabling ProtectionStones v1.9j [21:50:07] [Server thread/INFO]: [ProtectionStones] Saving world [21:50:07] [Server thread/INFO]: [ProtectionStones] Disabled [21:50:08] [Server thread/INFO]: [0;34;22m[[0;33;22mPS[0;34;22m][0;33;1m [0;31;1mVault plugin has not been loaded, sell/buy functions are disabled.[m [21:50:08] [Server thread/INFO]: [0;34;22m[[0;33;22mPS[0;34;22m][0;33;1m [0;33;22mOld fashioned plugin ProtectionBlock found and disabled.[m [21:50:08] [Server thread/INFO]: [0;34;22m[[0;33;22mPS[0;34;22m][0;33;1m Importing from ProtectionStones for world: world[m [21:50:08] [Craft Scheduler Thread - 1/WARN]: Exception in thread "Craft Scheduler Thread - 1" [21:50:08] [Craft Scheduler Thread - 1/WARN]: org.apache.commons.lang.UnhandledException Plugin LibelulaProtectionBlocks v2.0.10 Release generated an exception while executing task 12 at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at me.libelula.pb.ProtectionStonesImporter$1.run(ProtectionStonesImporter.java:130) at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftTask.run(CraftTask.java:71) at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ... 3 more
To post a comment, please login or register a new account.