Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
The best add-on for protectionstones

✨ Features
xPsMenu takes the classic ProtectionStones experience and transforms it into a modern, visual, and premium system for your players.
🎢 Examples & Gallery



📥 Installation
[LIST=1]Stop your server.Download xPsMenu-v1.0.0.jar and place it in your /plugins/ folder.Ensure you have the dependencies: ProtectionStones, WorldGuard & WorldEdit.Start the server and customize your files!
[/LIST]
⌨️ Commands & Permissions
💻 Developer API
import jn.willfrydev.xPsMenuAPI;
import org.bukkit.entity.Player;
public class MyCustomPlugin {
public void openMenu(Player player, String regionId) {
xPsMenuAPI.openMainMenu(player, regionId);
}
}