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
/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
quickcamp.campDescription: Grants access to the base
/campcommand and subcommands like/camp removeand/camp location.Default:
true(accessible by all players).Notes: Essential for basic camp functionality.
quickcamp.camp.placeDescription: Required for camp placement. Although the
/camp place %template_name%action is executed by the server, it sill can be used byopfor manual debug/check.Default:
opNotes: Link the command to any block or item frame in the GUI
quickcamp.camp.giveDescription: Grants permission to give camp items to other players using
/camp give %player% %template_name%.Default:
opNotes: Typically used for managing camp item distribution.
quickcamp.camp.guiDescription: Enables access to the
/camp guicommand, opening GUI menu.Default:
op
quickcamp.camp.helpDescription: 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:
Grant
/camp removeand/camp locationto All Players:/lp group default permission set quickcamp.camp trueRestrict
/camp gui,/camp give,/camp help, and/camp placeto 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 falseManually Assign Permissions for Specific Players:
/lp user <username> permission set quickcamp.camp true
Last updated