This repository was archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration Permissions
hskrasek edited this page Dec 31, 2012
·
4 revisions
Below are all the permissions that InfiniteClaims supports.
- iclaims.* - Parent node of all InfiniteClaims permissions
- iclaims.help - Granted by default
- iclaims.plot.* - Parent node of all plot permissions
- iclaims.plot.auto - Allows for automatic plot assignment. To prevent automatic plot assignment, do not give this permission to players.
- iclaims.plot.tp - Allows you to teleport to your plot, or another players plot from any world.
- iclaims.plot.new - Allows you to claim a new plot, if you have not already reached the maximum number of plots allowed.
- iclaims.plot.list - Allows you to see a list of all your plots.
- iclaims.plot.info - Allows you to get information about your plot,
- iclaims.plot.manage.* - Grants access to all plot management commands
- iclaims.plot.manage.addmember - Allows you to add a player to your plot, so that they can help you build.
- iclaims.plot.manage.removemember - Allows you to remove players from your plot, so that they cannot build/destroy blocks on your plot.
- iclaims.plot.manage.reset - Allows you to reset your own plot, removing anything built on it.
- iclaims.plot.manage.remove - Allows you to delete your own plot, removing everything built, and your right to build on it.
- iclaims.plot.admin.* - Grants all access to plot administration commands.
- iclaims.plot.admin.info - Allows you to use the Admin Info command.
- iclaims.plot.admin.remove - Allows you to remove other players plots, removing anything they built and their build rights on that plot.
- iclaims.plot.admin.removemember - Allows you to remove members from any players plot.
- iclaims.plot.admin.addmember - Allows you to add members from any players plot.
# ####################################################################
# InfiniteClaims Configuration File #
# For an explanation on configuring InfiniteClaims, how to set it #
# or have no clue what that setting value is, please visit #
# http://dev.bukkit.org/server-mods/infiniteclaims #
# ####################################################################
# signs: Handles all sign settings
# enabled: True/False if you want signs on plots or not
# placement: (entrance,corner,both) are the only options at the moment. Entrance puts two signs on each side of the entrance from the walkway, corners puts four signs one on each corner facing the intersection, and both is a combination of the two
# prefix: Text that is put infront of the plot owners name, by default is 'Plot Owner:' examples could be 'Contestant:', 'Resident:', etc.
# prefix-color: Color of the above prefix. Valid values are 0-9 and a-f
# owner-color: Color of the owner text. Valid values are 0-9 and a-f
signs:
prefix: 'Plot Owner:'
placement: entrance
enabled: true
prefix-color: '0'
owner-color: '0'
# plots: Handles plot specific settings
# max-plots: The maximum number of plots allowed. This value is the same for all plot worlds.
# height: Must be the same as the height variable in your InfinitePlots height
plots:
# You can add as many tiers to multiple as you want. Upon server start or /icliams reload the permissions will be generated as iclaims.plot.multiple.<tier>
multiple:
donor: '1'
vip: '1'
default: '1'
height: 20
# Changes the debugging level, this mainly changes how much is sent to debug.log.
debugging: 0
# This is the version number, for the love of Notch and everything that is holy, do not change this value!
version: 2.1.2