HomeJavaModsxPsMenu
xPsMenu
ModsJava

xPsMenu

by jn_willfrydev · on Modrinth

The best add-on for protectionstones. Free Minecraft Java mod for 1.19, 1.19.1, 1.19.2.

⬇ Download on Modrinth
xPsMenu — screenshot 1xPsMenu — screenshot 2

🛡️ xPsMenu - Premium ProtectionStones GUI

The most advanced, interactive, and fully customizable GUI menu for ProtectionStones.

Version bStats PlaceholderAPI

Banner

✨ Features

xPsMenu takes the classic ProtectionStones experience and transforms it into a modern, visual, and premium system for your players.

🎢 Examples:

foto3 foto2 foto1

Do you want to acquire the best ES/EN configuration?


📥 Installation

  1. Stop your server.
  2. Download the xPsMenu-v1.0.0.jar and place it in your /plugins/ folder.
  3. Ensure you have the required dependencies:
    • ProtectionStones (2.10+)
    • WorldGuard & WorldEdit
    • PlaceholderAPI (Optional, but highly recommended)
  4. Start the server.
  5. Customize the configuration files inside /plugins/xPsMenu/ and type /psmenu reload.

⌨️ Commands & Permissions

Player Commands

Admin Commands

Extra Permissions


📊 Placeholders

Internal Menu Variables

Use these exclusively inside your gui.yml and flags.yml to display dynamic data:

PlaceholderAPI Variables (Global)

You can use these variables anywhere on your server (Scoreboards, Holograms, Chat, etc.):


💻 Developer API

Building a custom core or an NPC script? You can easily hook into xPsMenu to open interfaces for your players using our static API.

Add to your build.gradle:

dependencies {
    compileOnly fileTree(dir: 'libs', include: 'xPsMenu-v1.0.0.jar')
}
Example Usage:
Java
import jn.willfrydev.xPsMenuAPI;
import org.bukkit.entity.Player;

public class MyCustomPlugin {
    
    public void openMenuForPlayer(Player player, String regionId) {
        // Opens the main Editor GUI for a specific region
        xPsMenuAPI.openMainMenu(player, "ps10x64y5z");
    }

    public void openListForPlayer(Player player) {
        // Opens the Dynamic Region Selector GUI for the player
        xPsMenuAPI.openSelector(player);
    }
}
Developed with ❤️ by xPlugins
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more