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.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.
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 byop
for manual debug/check.Default:
op
Notes: Link the command to any block or item frame in the GUI
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.
quickcamp.camp.gui
Description: Enables access to the
/camp gui
command, opening GUI menu.Default:
op
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:
Grant
/camp remove
and/camp location
to All Players:Restrict
/camp gui
,/camp give
,/camp help
, and/camp place
to All Players:Manually Assign Permissions for Specific Players:
Last updated