218 lines
9.2 KiB
YAML
218 lines
9.2 KiB
YAML
|
|
# In this file you can edit/add default roles.
|
||
|
|
# Please note that each config section (role section) name and role name must be unique.
|
||
|
|
# You must insert valid YAML format. To verify your format, you can paste the content of this file here: https://yaml-online-parser.appspot.com
|
||
|
|
# Explanation of roles and their flags: https://github.com/Angeschossen/Lands/wiki/Roles-and-their-Flags
|
||
|
|
# Please note that changing options in this file may require server reload / restart.
|
||
|
|
|
||
|
|
# Default land roles. You can also add your own default roles.
|
||
|
|
# The priority of the roles is descending (highest role -> lowest).
|
||
|
|
land:
|
||
|
|
# Which flags should be displayed in the role settings menu?
|
||
|
|
# You can still set default values below and hide them by removing them from this list.
|
||
|
|
# The order of this list also defines their sorting in the menus.
|
||
|
|
display:
|
||
|
|
- BLOCK_PLACE
|
||
|
|
- BLOCK_BREAK
|
||
|
|
- BLOCK_IGNITE
|
||
|
|
- PLANT
|
||
|
|
- HARVEST
|
||
|
|
- TRAMPLE_FARMLAND
|
||
|
|
- SHEAR
|
||
|
|
- ITEM_PICKUP
|
||
|
|
- INTERACT_GENERAL
|
||
|
|
- INTERACT_CONTAINER
|
||
|
|
- INTERACT_DOOR
|
||
|
|
- INTERACT_TRAPDOOR
|
||
|
|
- INTERACT_MECHANISM
|
||
|
|
- INTERACT_VILLAGER
|
||
|
|
- VEHICLE_USE
|
||
|
|
- ATTACK_PLAYER
|
||
|
|
- ATTACK_ANIMAL
|
||
|
|
- ATTACK_MONSTER
|
||
|
|
- LAND_ENTER
|
||
|
|
- FLY
|
||
|
|
- ELYTRA
|
||
|
|
- SPAWN_TELEPORT
|
||
|
|
- ENDER_PEARL
|
||
|
|
- PLAYER_TRUST
|
||
|
|
- PLAYER_SETROLE
|
||
|
|
- PLAYER_UNTRUST
|
||
|
|
- PLAYER_BAN
|
||
|
|
- LAND_CLAIM
|
||
|
|
- LAND_CLAIM_BORDER
|
||
|
|
- SPAWN_SET
|
||
|
|
- BALANCE_WITHDRAW
|
||
|
|
- AREA_ASSIGN
|
||
|
|
- WAR_MANAGE
|
||
|
|
- SETTING_EDIT_LAND
|
||
|
|
- SETTING_EDIT_ROLE
|
||
|
|
- SETTING_EDIT_TAXES
|
||
|
|
- SETTING_EDIT_VARIOUS
|
||
|
|
|
||
|
|
# Here you can add your own default roles or edit the existing ones. Players will still be able to create new roles in their land menu if they have the required permission.
|
||
|
|
# NOTE: The order of the roles will affect the initial priority of the role. Means that roles at the top have the highest priority and roles at the bottom the lowest.
|
||
|
|
################################################################################################################################
|
||
|
|
# Whenever a new flag is added to Lands, all existing Lands will apply the flag, if specified by the flag author. #
|
||
|
|
# But for future land creations you need to configure it correctly here. Lands will always send you a popup in console and on #
|
||
|
|
# admin ingame accounts, if there is a new flag available. #
|
||
|
|
# You can force sync / reset flag(s) by using /lands admin land <land | *> resetFlag <flag | all> #
|
||
|
|
################################################################################################################################
|
||
|
|
roles:
|
||
|
|
# NOTE: The owner role can not be deleted.
|
||
|
|
owner:
|
||
|
|
name: '&4&lOwner'
|
||
|
|
# The icon supports texture values (example: https://minecraft-heads.com/) and normal material values.
|
||
|
|
icon: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmJjMzExYTRmYjljNDkzODliNGY0NThjMjllOTY4MzI0YzU4MjNiOGE5OWVhZGUxNzQ3ODY2Yzk1YjA2NGEifX19'
|
||
|
|
# Default flag values. Please note that these only apply to new land creations. The flags of the owner role can only be toggled by server administrators.
|
||
|
|
# Using ALL instead of a list will give this role all player flags. Flags which are only for admin lands won't be set for this role.
|
||
|
|
default: 'ALL'
|
||
|
|
|
||
|
|
# This role can be deleted, in case you don't want it.
|
||
|
|
admin:
|
||
|
|
name: '&c&lAdmin'
|
||
|
|
# The icon supports texture values (example: https://minecraft-heads.com/) and normal material values.
|
||
|
|
icon: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2UzZmVhODhlMmI4NWNjZGZiMWIzODcyOTgyZWFlMTY0ODlhODRjNjgxYmQ5ZmU0ZmU5YmM4YmNjMmU1In19fQ=='
|
||
|
|
# Should members of this role automatically be added to new sub areas?
|
||
|
|
parent: true
|
||
|
|
# Default flag values. Please note that these only apply to new land creations. Players will be able to change them later in their land menu if the flag is listed under 'display' above.
|
||
|
|
default:
|
||
|
|
- BLOCK_PLACE
|
||
|
|
- BLOCK_BREAK
|
||
|
|
- PLANT
|
||
|
|
- HARVEST
|
||
|
|
- SHEAR
|
||
|
|
- INTERACT_GENERAL
|
||
|
|
- INTERACT_DOOR
|
||
|
|
- INTERACT_TRAPDOOR
|
||
|
|
- INTERACT_CONTAINER
|
||
|
|
- INTERACT_MECHANISM
|
||
|
|
- INTERACT_VILLAGER
|
||
|
|
- BLOCK_IGNITE
|
||
|
|
- ATTACK_PLAYER
|
||
|
|
- ATTACK_ANIMAL
|
||
|
|
- ATTACK_MONSTER
|
||
|
|
- FLY
|
||
|
|
- ELYTRA
|
||
|
|
- LAND_ENTER
|
||
|
|
- SPAWN_TELEPORT
|
||
|
|
- ENDER_PEARL
|
||
|
|
- VEHICLE_USE
|
||
|
|
- ITEM_PICKUP
|
||
|
|
- TRAMPLE_FARMLAND
|
||
|
|
- PLAYER_TRUST
|
||
|
|
- PLAYER_SETROLE
|
||
|
|
- PLAYER_UNTRUST
|
||
|
|
- PLAYER_BAN
|
||
|
|
- SETTING_EDIT_LAND
|
||
|
|
- SETTING_EDIT_ROLE
|
||
|
|
|
||
|
|
# NOTE: The member role can not be deleted.
|
||
|
|
member:
|
||
|
|
name: '&e&lMember'
|
||
|
|
# The icon supports texture values (example: https://minecraft-heads.com/) and normal material values.
|
||
|
|
icon: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjFhZGZkZjA3MTE3NWFkYWQ2NDRmZTRiM2E5NzMxYWM2YThmYTQ3NTExNjJlODEzOGM4OTlmYmFhNWZmMGI5In19fQ=='
|
||
|
|
# Default flag values. Please note that these only apply to new land creations. Players will be able to change them later in their land menu if the flag is listed under 'display' above.
|
||
|
|
default:
|
||
|
|
- BLOCK_PLACE
|
||
|
|
- BLOCK_BREAK
|
||
|
|
- PLANT
|
||
|
|
- HARVEST
|
||
|
|
- SHEAR
|
||
|
|
- INTERACT_GENERAL
|
||
|
|
- INTERACT_DOOR
|
||
|
|
- INTERACT_TRAPDOOR
|
||
|
|
- INTERACT_CONTAINER
|
||
|
|
- INTERACT_MECHANISM
|
||
|
|
- INTERACT_VILLAGER
|
||
|
|
- BLOCK_IGNITE
|
||
|
|
- ATTACK_PLAYER
|
||
|
|
- ATTACK_ANIMAL
|
||
|
|
- ATTACK_MONSTER
|
||
|
|
- FLY
|
||
|
|
- ELYTRA
|
||
|
|
- LAND_ENTER
|
||
|
|
- SPAWN_TELEPORT
|
||
|
|
- ENDER_PEARL
|
||
|
|
- TRAMPLE_FARMLAND
|
||
|
|
- VEHICLE_USE
|
||
|
|
- ITEM_PICKUP
|
||
|
|
|
||
|
|
# This role can be deleted, in case you don't want it.
|
||
|
|
nation:
|
||
|
|
name: '&9&lNation'
|
||
|
|
# The icon supports texture values (example: https://minecraft-heads.com/) and normal material values.
|
||
|
|
icon: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDU1ODdkYTdmZTczMzZlOGFiOWY3OTFlYTVlMmNmYzhhODI3Y2E5NTk1NjdlYjlkNTNhNjQ3YmFiZjk0OGQ1In19fQ=='
|
||
|
|
# Default flag values. Please note that these only apply to new land creations. Players will be able to change them later in their land menu if the flag is listed under 'display' above.
|
||
|
|
default:
|
||
|
|
- INTERACT_GENERAL
|
||
|
|
- INTERACT_DOOR
|
||
|
|
- INTERACT_TRAPDOOR
|
||
|
|
- INTERACT_MECHANISM
|
||
|
|
- INTERACT_VILLAGER
|
||
|
|
- ATTACK_PLAYER
|
||
|
|
- ATTACK_ANIMAL
|
||
|
|
- ATTACK_MONSTER
|
||
|
|
- FLY
|
||
|
|
- ELYTRA
|
||
|
|
- SPAWN_TELEPORT
|
||
|
|
- ENDER_PEARL
|
||
|
|
- LAND_ENTER
|
||
|
|
- VEHICLE_USE
|
||
|
|
- ITEM_PICKUP
|
||
|
|
- LAND_CLAIM_BORDER
|
||
|
|
|
||
|
|
# A nation has control over the nation role of its lands.
|
||
|
|
# Here you can specify flags which the nation should be able to toggle for the Nation role of its lands.
|
||
|
|
# The nation role can be edited in the nation menu -> /nations menu
|
||
|
|
toggleable-by-nation:
|
||
|
|
- INTERACT_GENERAL
|
||
|
|
- INTERACT_DOOR
|
||
|
|
- INTERACT_TRAPDOOR
|
||
|
|
- INTERACT_MECHANISM
|
||
|
|
- INTERACT_VILLAGER
|
||
|
|
- ATTACK_PLAYER
|
||
|
|
- ATTACK_ANIMAL
|
||
|
|
- ATTACK_MONSTER
|
||
|
|
- FLY
|
||
|
|
- SPAWN_TELEPORT
|
||
|
|
- ENDER_PEARL
|
||
|
|
- LAND_ENTER
|
||
|
|
- VEHICLE_USE
|
||
|
|
- ITEM_PICKUP
|
||
|
|
- LAND_CLAIM_BORDER
|
||
|
|
|
||
|
|
# This role can be deleted, in case you don't want it.
|
||
|
|
ally:
|
||
|
|
name: '&a&lAlly'
|
||
|
|
# The icon supports texture values (example: https://minecraft-heads.com/) and normal material values.
|
||
|
|
icon: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjU2NzI1MWQ3MWI2ZjNhNGRjMDNmYTAxZTQ0MWRlN2VkZjkzNTQ3OTRlNzRhZWMxNmMwNGYxNDFkZGYzMWM3MCJ9fX0='
|
||
|
|
# Default flag values. Please note that these only apply to new land creations. Players will be able to change them later in their land menu if the flag is listed under 'display' above.
|
||
|
|
default:
|
||
|
|
- INTERACT_GENERAL
|
||
|
|
- INTERACT_DOOR
|
||
|
|
- INTERACT_TRAPDOOR
|
||
|
|
- INTERACT_MECHANISM
|
||
|
|
- INTERACT_VILLAGER
|
||
|
|
- ATTACK_PLAYER
|
||
|
|
- ATTACK_ANIMAL
|
||
|
|
- ATTACK_MONSTER
|
||
|
|
- FLY
|
||
|
|
- SPAWN_TELEPORT
|
||
|
|
- ENDER_PEARL
|
||
|
|
- LAND_ENTER
|
||
|
|
- VEHICLE_USE
|
||
|
|
- ITEM_PICKUP
|
||
|
|
- LAND_CLAIM_BORDER
|
||
|
|
|
||
|
|
# NOTE: The visitor role can not be deleted.
|
||
|
|
visitor:
|
||
|
|
name: '&8&lUntrusted'
|
||
|
|
# The icon supports texture values (example: https://minecraft-heads.com/) and normal material values.
|
||
|
|
icon: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZThiOGM2YTQ2ZDg3Y2Y4NmE1NWRmMjE0Y2Y4NGJmNDVjY2EyNWVkYjlhNjc2ZTk2MzY0ZGQ2YTZlZWEyMzViMyJ9fX0='
|
||
|
|
# Default flag values. Please note that these only apply to new land creations. Players will be able to change them later in their land menu if the flag is listed under 'display' above.
|
||
|
|
default:
|
||
|
|
- LAND_ENTER
|
||
|
|
- ITEM_PICKUP
|
||
|
|
- ATTACK_MONSTER
|
||
|
|
- ATTACK_PLAYER
|