CCTVCraft Command - northwesttrees-gaming/cctvcraft5 GitHub Wiki
The CCTVCraft command is a command anyone can use. This command has only commands not designed for cheating, while still allowing some advanced features to be used, such as listing member names of permissions for blocks the player owns.
-
cctvcraft
The root command.-
members
- The root command for managing permission-based systems.-
add
- The root command for adding new members to your default members list.-
playerName
- The display name of the member you wish to grant permission to.
-
-
clear
- A command that clears your default members list. -
help
- Gives some information about the member's system. -
list
- A root command for listing members.-
default
- Selects the default members list for your player.-
page
- The page number to display, index starts with page 0.
-
-
position
- Selects the block's position to list members from.-
page
- The page number to display, index starts with page 0.
-
-
-
remove
- A root command for removing members from your default members list.-
playerName
- The display name of the member you wish to revoke permission to.
-
-
-
wiki
- Gives a link that can open directly to this wiki.
-
Any member in your default members list will be added to new blocks you place in the world that support cctvcraft's membership system.
Any block with the cctvcraft:blocks_with_permissions
will support the permission system. They also require NBT string variables called cctvcraftOwnerUUID
for the owner's UUID and cctvcraftMemberNames
for the list of allowed members of the block.
It is also possible to change the block's permission after the block has been placed using a Permission USB. This allows you to manage permissions without needing to replace the block down.
-
5.0.0
- Added the cctvcraft command.
- Added the members subcommand.
- Added ways to add, remove, clear, and list default member lists.
- Added support for checking the block members list through the
members list <position> <page>
command - Added a members help command for general help.
- Added support to open the official wiki page through the cctvcraft command.