3
0
Mirror von https://github.com/St3venAU/ArmorStandTools.git synchronisiert 2025-01-01 06:20:17 +01:00
ArmorStandTools/target/classes/config.yml

125 Zeilen
5.4 KiB
YAML

2015-04-14 09:59:10 +02:00
# Armor Stand Tools
# by St3venAU
# St3venAU@gmail.com
#
2015-04-14 09:59:10 +02:00
# Main Config
#
2019-12-14 09:44:29 +01:00
# File generated by: v3.5.0
2015-04-14 09:59:10 +02:00
# (If this is not the version you are running, consider deleting this
# config to allow it to be re-created. There may be new config options)
#
# Features:
# - Summon armor stands
# - Name armor stands
# - Toggle: Gravity, Visibility, Arms, Base, Size, Invulnerability, Equipment Lock
# - Manipulate the position of the Head, Body, Arms and Legs
# - Full control over armor stand's inventory (armor & items in hands)
# - Clone armor stand tool
# - Create command block tool: Creates a command block with the command that will summon this
# armor stand in its current state
# - Player head tool: Set's an armor stand's head to the head of a specified player.
# - Support for WorldGuard regions.
# - User customizable language config.
#
# Commands:
2017-06-28 15:04:30 +02:00
# /astools Give yourself all of the armor stand tools (Note: Clears your inventory)
# /astools reload Reload the armor stand tools plugin config file
# /ast Alias for the /astools
# /ascmd assign console <command> Assign a console command to the nearest armor stand (within 4 blocks)
# /ascmd assign player <command> Assign a player command to the nearest armor stand
# /ascmd remove Remove the command assigned to the nearest armor stand
# /ascmd view View the command assigned to the nearest armor stand
2019-03-15 08:33:34 +01:00
# /ascmd cooldown <ticks> Set the cooldown for the command on nearest armor stand (Setting this overrides the default cooldown from config.yml)
# /ascmd cooldown remove Remove the cooldown for the command on nearest armor stand (Default cooldown set in config.yml will be used)
2018-08-02 13:21:13 +02:00
# Note: Commands may include a %player% placeholder, which will get replaced by the executing player's name at time of execution.
#
# Permissions:
2017-06-28 15:04:30 +02:00
# astools.command Permission for the /astools command
# astools.reload Permission to reload the plugin with /astools reload
# astools.use Permission for using any of the tools (except the ones below that have their own separate permissions)
# astools.clone Permission to use the clone tool (Clones an armor stand without requiring the materials)
# astools.summon Permission to use the summon tool (Summons an armor stand without requiring the materials)
# astools.head Permission to use the player head tool (Ability to specify a player head for an armor stand)
# astools.cmdblock Permission to use the save tool (Creates a command block)
# astools.ascmd.assign.console Permission to assign a console command to an armor stand
# astools.ascmd.assign.player Permission to assign a player command to an armor stand
# astools.ascmd.remove Permission to remove a command from an armor stand
# astools.ascmd.view Permission to view the command assigned to an armor stand
# astools.ascmd.execute Permission to execute a command assigned to an armor stand by (on right click)
2019-12-14 09:44:29 +01:00
# astools.bypass-wg-flag Permission to bypass AST's custom worldguard flag (see below for more details)
#
# WorldGuard Integration:
# - If a player does not have build permission for the region, that player will also be denied the use of AST in that region.
# - Additionally, there is a custom region flag named 'ast' which defaults to Allow, this can be changed to Deny if you wish to have a
# region in which players have build permission, but not permission to use AST.
# - The ast worldguard flag is ignored for any player with the permission node 'astools.bypass-wg-flag'. This means that a player with
# this permission can use AST in worldguard regions even if the ast flag for that region is set to Deny.
# - The ast worldguard flag is also ignored for players that have op.
#
# These are the defaults for spawning new armor stands with the /astools (or /ast) armor stand
# The helmet, chest, pants, boots and inHand items are set like this: MATERIAL dataValue
# e.g. To have red wool in the armor stands hand by default: inHand: WOOL 14
#
2019-12-14 09:44:29 +01:00
integrateWithWorldGuard: true
allowMovingStandsBetweenWorlds: false
2016-04-24 19:02:11 +02:00
deactivateToolsOnWorldChange: true
2018-11-16 17:31:50 +01:00
requireCreativeForSaveAsCmdBlock: false
2019-03-15 08:33:34 +01:00
defaultASCmdCooldownTicks: 0
2019-04-14 20:53:32 +02:00
bypassWorldguardForASCmdExecution: false
2019-12-14 09:44:29 +01:00
# Uncomment the section below to deny players access to commands of your choice when they have any AST tools in their inventory
# Add as many command as you wish. Only the first word of each command is needed, anything after the first space is ignored.
#deniedCommandsWhileUsingTools:
# - sell
2018-08-02 13:21:13 +02:00
helmet: AIR 0
chest: AIR 0
pants: AIR 0
boots: AIR 0
inHand: AIR 0
inOffHand: AIR 0
isVisible: true
isSmall: false
hasArms: true
hasBasePlate: false
hasGravity: false
name: ''
invulnerable: false
2015-04-14 09:59:10 +02:00
equipmentLock: false
enableTool:
2019-03-15 08:33:34 +01:00
headX: true
headY: true
headZ: true
lArmX: true
lArmY: true
lArmZ: true
rArmX: true
rArmY: true
rArmZ: true
moveX: true
moveY: true
moveZ: true
lLegX: true
lLegY: true
lLegZ: true
rLegX: true
rLegY: true
rLegZ: true
bodyX: true
bodyY: true
bodyZ: true
summon: true
gui: true
rotat: true
gui_clone: true
gui_save: true
gui_invis: true
gui_size: true
gui_base: true
gui_grav: true
gui_arms: true
gui_name: true
gui_slots: true
gui_pHead: true
gui_invul: true
2019-12-14 09:44:29 +01:00
gui_move: true
gui_glow: true