⚡
xShyo_ Plugins Wiki
  • 👋 Welcome
  • PREMIUM PLUGINS
    • 🏠 PsMenu
      • Home
      • Installation
      • Commands & Permissions
      • Plugin´s Files
      • Flags
      • FAQ
    • 🛒 ShopMaster
      • Home
      • Installation
      • Commands & Permissions
      • item Creation
      • Economy Symbols Configuration
      • Menu Customization
      • Plugin´s Files
      • Development Portal
        • API Getting Started
        • Events
    • 🛠️ TheItemSkin
      • Home
      • Installation
      • Commands & Permissions
      • Plugin´s Files
      • Templates Skin
      • Development Portal
        • API Getting Started
        • Events
    • 🔴 NameGradient
      • Home
      • Installation
      • Commands & Permissions
      • PlaceholderAPI Support
      • Plugin´s Files
      • Format Gradient
      • Development Portal
        • API Getting Started
        • Events
  • FREE PLUGINS
    • 🎁 TheRewards
      • Home
      • Installation
      • Commands & Permissions
      • PlaceholderAPI Support
      • Layouts
      • Reward
      • Plugin´s Files
      • Addons
        • VoucherAddon
      • Development Portal
        • API Getting Started
        • Events
        • Addons
    • ✨ TheGlow
      • Home
      • Installation
      • Commands & Permissions
      • PlaceholderAPI Support
      • Plugin´s Files
    • 🏷️ TheTags
      • Home
      • Installation
      • Commands & Permissions
      • PlaceholderAPI Support
      • Plugin´s Files
      • Tags
    • 🎒 TheVaults
      • Home
      • Installation
      • Commands & Permissions
      • Frequently Asked Questions
      • Plugin´s Files
  • Setups
    • 🏃 Parkour Setup
      • Home
      • Installation
      • Frequently Asked Questions
    • ⛏️ Survival Setup
  • GENERAL
    • ❔ FAQ
    • ⚙️ Items | Custom Items
    • 📙 Support
Powered by GitBook
On this page
  • Frequently Asked Questions (FAQ)
  • Why does typing /ps no longer show the help list?
  • How can I show both the menu and the help message?
  • Can I disable the menu completely?
  • Does this affect other subcommands like /ps give or /ps info?
  • Why do I get a teleport error when kicking a player?
  • How do I set the spawn location? Just run the following command as a player to set your current position as the spawn point:
  • Can I change the spawn later?
  • What happens if I don't set a spawn?
  1. PREMIUM PLUGINS
  2. 🏠 PsMenu

FAQ

PreviousFlagsNext🛒 ShopMaster

Last updated 10 days ago

Frequently Asked Questions (FAQ)

Why does typing /ps no longer show the help list?

This happens if you have the main menu enabled and the option to cancel the original command in your menu:

inventories:
  main-menu:
    enabled: true
    cancel-original-command: true

When these options are enabled, the plugin cancels ProtectionStones' default behavior (which would normally run /ps help) and instead opens the graphical menu directly.

How can I show both the menu and the help message?

Just change cancel-original-command to false:

inventories:
  main-menu:
    enabled: true
    cancel-original-command: false

This way, the menu will open without canceling the original command. Players will see the menu and the /ps help message.

Can I disable the menu completely?

Yes, just set enabled to false:

inventories:
  main-menu:
    enabled: false

This will make the /ps command behave normally again, without showing any GUI.

Nope! This only applies when a player runs /ps without any arguments. All other subcommands will continue to work as usual.

This happens if you haven't set the spawn location yet. When a player is kicked (for example, from a region), the plugin tries to teleport them to the configured spawn location. If the spawn location does not exist or has no valid world, you'll see an error message like:

No location found, contact an administrator.

/psadmin setloc spawn

This will save your current location. The plugin will use it for teleporting kicked players.

Yes! You can re-run the same command anytime to update the spawn location.

Players will not be teleported if the spawn is missing, and an error message will be shown instead.

Does this affect other subcommands like /ps give or /ps info?

Why do I get a teleport error when kicking a player?

How do I set the spawn location? Just run the following command as a player to set your current position as the spawn point:

Can I change the spawn later?

What happens if I don't set a spawn?

❓
🔹
➡️
➡️
➡️
🔹
➡️
➡️
➡️