Dropping multiple blocks on PS break
DoctorXela opened this issue ยท 8 comments
PS version: 8.3.3
Craftbukkit version: 2117
Plugins: Just PreciousStones
Issue: When using crouch to place a non-field (normal block) and then I break the field it sometimes drops multiple blocks.
So far the most it has dropped when broken is 10, but sometimes it does return the normal amount of blocks/items.
Example: Crouch to place a normal 22 (air of Atlantis in config), then break the block. Returns many blocks. This only seems to happen when the block is placed while crouching, and then broken. Regular PS, or any other non-ps block breaking returns the normal block.
Example2: Crouch to place a web (creature repeller in my config) and break web returns multiple string items.
Server Log:
2012-03-24 23:47:59 [INFO] Starting minecraft server version 1.2.4
2012-03-24 23:47:59 [INFO] Loading properties
2012-03-24 23:47:59 [INFO] Starting Minecraft server on *:25565
2012-03-24 23:47:59 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.3-R0.2-83-gcb50fd6-b2117jnks (MC: 1.2.4) (Implementing API version 1.2.4-R0.1-SNAPSHOT)
2012-03-24 23:47:59 [INFO] [PreciousStones] Loading PreciousStones v8.3.3
2012-03-24 23:48:00 [INFO] Preparing level "world"
2012-03-24 23:48:00 [INFO] Default game type: 0
2012-03-24 23:48:00 [INFO] Preparing start region for level 0 (Seed: -7081536344631157518)
2012-03-24 23:48:00 [INFO] Preparing start region for level 1 (Seed: -7081536344631157518)
2012-03-24 23:48:01 [INFO] Preparing spawn area: 32%
2012-03-24 23:48:01 [INFO] Preparing start region for level 2 (Seed: -7081536344631157518)
2012-03-24 23:48:01 [INFO] [PreciousStones] Enabling PreciousStones v8.3.3
2012-03-24 23:48:01 [INFO] [PreciousStones] Version 8.3.3 loaded
2012-03-24 23:48:02 [INFO] [PreciousStones] SQLite Connection successful
2012-03-24 23:48:02 [INFO] PreciousStones cuboids: 3
2012-03-24 23:48:02 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-03-24 23:48:02 [INFO] Done (2.348s)! For help, type "help" or "?"
2012-03-24 23:48:03 [INFO] ----- Bukkit Auto Updater -----
2012-03-24 23:48:03 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
2012-03-24 23:48:03 [INFO] If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
2012-03-24 23:48:03 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
2012-03-24 23:48:03 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2012-03-24 23:48:03 [INFO] ----- ------------------- -----
config.yml
Confirmed. It has nothing to do with crouching though. I tested this with only pstones running.
The glitch is completely random, but how I've been recreating it is to type "/ps on" place 5 diamondblocks , break them, type "/ps off" place 5 diamond blocks , break them. type "/ps on" place 5 diamondblocks, type "/ps off" break them. repeat until it dupes.
ALSO: I have diamondblocks set as a pstone type.
uploading confirmation video as we speak
I suppose I could have worded my bug report a bit better. What I was trying to say is that it only happens when I break a PS that is in an off state. I have yet to have it happen on an on stat ps. The recent update of PS (8.3.4) has this in the changelog.
Added checks on block breaks to prevent duping
Perhaps it has been addressed.
Try updating ps to the latest versions. I have been testing it and it seems to be fixed.
Tip: Try reading change-logs.
I tried manny versions of ps, to fix this, finally fixed it by setting "drop-on-delete" off at config, weird?