ProtectionStones
Anti-Griefing at it's Easiest!

Griefing Protection
ProtectionStones allows a player to place a special block, and this protects their area from griefing.
This small plugin was inspired by PreciousStones but only has the property protection blocks. This allows players to place one of three types of ore blocks to protect their property.
The player doesn't require any special permissions, they just need to get one of the three following ore blocks which you can give or sell in game using other plugins:
Coal Ore gives 11x11x11 protection area.
Lapis Ore gives 21x21x21 protection area.
Diamond Ore gives 41x41x41 protection area.
See the Configuration Page if you would like to change the block types, the dimensions or even set the Y-Axis to be from sky to bedrock, set group limiting, etc.
When the player places the block it creates a WorldGuard Region that gives the player ownership of that area and in turn grief protection. If the player breaks the ProtectionStone then they get the stone back and the region is removed from WorldGuard's Region List.
To install simply copy the ProtectionStones.jar file to your plugins folder, no configuration necessary. The following Ore Blocks are supported as the defaults: Coal Ore, Lapis Ore, Diamond Ore.
ProtectionStones Regions
ProtectionStones Creates WorldGuard Regions with the following naming convention:
ps{x-coordinate}x{y-coordinate}y{z-coordinate}z
i.e.
ps279x67y40z
The x, y, and z coordinates are the location of the placed ProtectionStone which is in the center of the WorldGuard Region it creates. If the Region.SKYBEDROCK Setting is set to "true" (see the Configuration Page) then Y-Axis of the ProtectionStone isn't necessarily the vertical center of the region.
Incompatible with PreciousStones
Both plugins act on the same kind of ore blocks and have the same command name of "/ps".
Requires WorldGuard
WorldGuard is used to create and remove regions when the blocks are placed, otherwise ProtectionStones won't do anything (set not to load if WorldGuard isn't found).

-
View User Profile
-
Send Message
Posted Sep 9, 2014@hutt132
Sounds like the regions aren't being saved, check your PS Region.SAVETIMER setting (listed on the Configuration Page.
Not sure what version of WorldGuard you are using, you listed 1.9, is it one off the 5.x ones or the newer 6.0 version?
Because it's probably your copy of WG isn't working at all with PS, so no Region Saves.
-
View User Profile
-
Send Message
Posted Sep 9, 2014I know bukkit is dead any everything, but I thought I would let you know that players are constantly complaining about their protectionstone's region disappearing. If the sponge is still there, they can replace it to fix the region, but if it was hidden, the sponge is gone since the region is no longer there. I'm using ProtectionStones 1.9i, WorldGuard 1.9, and Spigot-1649. If this isn't too much work to update, could you possibly PM me an update build, or I can PM you my email? I would greatly appreciate it!
-
View User Profile
-
Send Message
Posted Sep 9, 2014Yes I realize I have taken spigot for a while and that they went on publishing patches as a work around to full delivery every day.
Look at http://www.spigotmc.org/ you will see they resume their work. Got my update today. (with a procedure sending only new code). I do no think bukkit / spigot plugins are really going to die : minecraft multiplayer will go on maybe on a bukkit fork hold on by the communauty. Some dev will give up, other shall federate in a new community.
You may just provide the source code if you want stop and /or a dev build link even if not approved. It seams also that many plugins have been approved since the issue : it might be just a small API change in a parameter, may not need to recompile the whole.
And minecraft server from MOJANG is far from being able to support multiplayers like the open dev community around bungee / spigot / bukkit / plugins
-
View User Profile
-
Send Message
Posted Sep 9, 2014@fastlockel
You do realize that Bukkit is pretty much dead, and even if I put an update out here there might not be anyone to approve it.
-
View User Profile
-
Send Message
Posted Sep 9, 2014Question : do you have any plan or work i progress to update the plugin to the api change of WG 6 ? Not having any response or update or plan for updates may means that it's time to consider alternatives since it will not evolve in the future?
-
View User Profile
-
Send Message
Posted Sep 8, 2014When I tried it was not : any plan for this since MySQL is something I really need, even considering to abandon this very popular plugin on my server. But with the number of protections which have been created , huge worldguard YML files is very dangerous.
-
View User Profile
-
Send Message
Posted Sep 7, 2014Is this plugin compatible with WorldGuard 6?
-
View User Profile
-
Send Message
Posted Aug 31, 2014I have an issue where the plugin stops people from using fortune on the ores and also the ores no longer drop XP. Why is this
-
View User Profile
-
Send Message
Posted Aug 29, 2014mark yes and no : worldguard has a huge issue with a terrible MySQL Support in v5 which has been rewritten in WG6 because of protection stones, which creates thousands of WG regions my WG file is big (>2Mb) ans if there is any issue while saving the file it is corrupted and this is a mess
So I have great expectations for WG6 ans mysql support for my regions description safety
-
View User Profile
-
Send Message
Posted Aug 29, 2014@Puremin0rez
Why? There is no problem just because WG has updated, its probably not going to be important until bukkit is updated. I'm sure Axel is aware of the update and will implement any required changes when needed.
-
View User Profile
-
Send Message
Posted Aug 29, 2014As I'm sure you've already been told, WorldGuard 6.0 has changed its region API. An update would be appreciated :)
-
View User Profile
-
Send Message
Posted Aug 28, 2014Is the plugin opensource?
-
View User Profile
-
Send Message
Posted Aug 27, 2014@fastlockel
The errors some people are getting are either due to changes in Bukkit (Spigot) or WorldGuard.
Anyone getting these errors please PM me your version numbers for PS, WorldGuard, WorldEdit and CraftBukkit (Spigot, etc.)
-
View User Profile
-
Send Message
Posted Aug 27, 2014With latest worlguard snapshot 6.0.0 [19:50:59] [Server thread/ERROR]: Could not load 'plugins/ProtectionStones.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/databases/ProtectionDatabaseException at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) [spigot.jar:git-Spigot-1622] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) [spigot.jar:git-Spigot-1622] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.jar:git-Spigot-1622] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot.jar:git-Spigot-1622] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-1622] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1622] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1622]
-
View User Profile
-
Send Message
Posted Aug 25, 2014@XXLuigiMario
The Bukkit API (unless there's a change coming) doesn't support reading the lore line when after you place a block, only when it is in your inventory (or a inventory, when it is considers an item and not a block), that is the reason my SuperSmelter Plugin requires a database.
Plugins reading the lore line from a block already placed in the world, are hacking into the Craftbukkit Java Code and by-passing the Bukkit API.
-
View User Profile
-
Send Message
Posted Aug 25, 2014Could you make it so it checks if the block has a lore for example "ProtectionBlocks" so people can't just for example get a free protection block with silk touch? I still want people to be able to get those blocks anyway, but not to use them as protection.
-
View User Profile
-
Send Message
Posted Aug 23, 2014@Squawkers13
Would like to see a WG 6 update, some very nice changes in there. I also like the simplicity of the system. If I had 3 requests, they would be improved protection visualisation (curently the glowstone blocks - precious stones/griefprevention have very nice visualisations), and the ability to modify the area protection. If sky to bedrock is enabled, a GriefPrevention-like selection would be nice, where two corners are selected for simplicity's sake. Finally, displaying the area protected when a protection is placed would also be useful.
Edit: Is this project open source?
-
View User Profile
-
Send Message
Posted Aug 23, 2014Could you begin to update to WG 6.0?
http://forum.enginehub.org/threads/worldguard-6-0-beta-build.15666/
-
View User Profile
-
Send Message
Posted Aug 20, 2014@paranollakil
Private message me, and please re-explain your problem, I don't understand what the issue is.
-
View User Profile
-
Send Message
Posted Aug 20, 2014P# lease help me, my problem is this plugin installed correctly but when I opened my server 1.6.2 not detacta. Do not let another folder with the setup. I love it and I can not husarlo