🏕️
QuickCamp
  • Getting Started
    • 🏕️Instalation Guide
    • Commands
    • Create Camp Template
      • Linked items
    • GUI Overview
    • Compatibility with other plugins
  • Claim system and protection
  • Configs
  • Need help?
  • Marketplaces
  • Known bugs/issues
Powered by GitBook
On this page
  1. Getting Started

Commands

This guide explains the permissions required to use the plugin commands and interact with its features. Permissions are configured to ensure players and server operators have appropriate access to com

Commands and Permissions

Command
Description
Permission
Default

/camp

Main command

quickcamp.camp

true

/camp remove

Removes a placed camp

quickcamp.camp

true

/camp location

Displays the current location of the player's camp

quickcamp.camp

true

/camp place %template_name%

Places a camp (executed automatically by server)

quickcamp.camp.place

op

/camp gui

Opens the camp management GUI

quickcamp.camp.gui

op

/camp give %player% %template_name%

Gives a camp item to another player

quickcamp.camp.give

op

/camp help

Displays help information for camp commands

quickcamp.camp.help

op

Permission Details

  1. quickcamp.camp

    • Description: Grants access to the base /camp command and subcommands like /camp remove and /camp location.

    • Default: true (accessible by all players).

    • Notes: Essential for basic camp functionality.

  2. quickcamp.camp.place

    • Description: Required for camp placement. Although the /camp place %template_name% action is executed by the server, it sill can be used by op for manual debug/check.

    • Default: op

    • Notes: Link the command to any block or item frame in the GUI

  3. quickcamp.camp.give

    • Description: Grants permission to give camp items to other players using /camp give %player% %template_name%.

    • Default: op

    • Notes: Typically used for managing camp item distribution.

  4. quickcamp.camp.gui

    • Description: Enables access to the /camp gui command, opening GUI menu.

    • Default: op

  5. quickcamp.camp.help

    • Description: Grants access to view help information with /camp help.

    • Default: op

Managing Permissions Example

You can manage these permissions with a plugin such as LuckPerms. Below are examples:

  1. Grant /camp remove and /camp location to All Players:

    /lp group default permission set quickcamp.camp true
  2. Restrict /camp gui, /camp give, /camp help, and /camp place to All Players:

    /lp group default permission set quickcamp.camp.gui false
    /lp group default permission set quickcamp.camp.give false
    /lp group default permission set quickcamp.camp.help false
    /lp group default permission set quickcamp.camp.place false
  3. Manually Assign Permissions for Specific Players:

    /lp user <username> permission set quickcamp.camp true

PreviousInstalation GuideNextCreate Camp Template

Last updated 2 months ago