- Katılım
- 12 Şubat 2025
- Mesajlar
- 124
- Elmaslar
- 37
- Puan
- 1.330
- Yaş
- 26
- Konum
- Türkiye
- Minecraft
- TulparMC
Discord:
YmirSG
YAML:
click_requirement:
# Minimum requirements are optional.
# If they are not set, then all
# requirements will be needed for the
# click commands to be executed.
# In this example, only one of the
# requirements will be needed.
minimum_requirements: 1
# This option is good for when you use minimum_requirements.
# Instead of the plugin checking all the requirements,
# it will stop when it has enough.
stop_at_success: true
requirements:
# You can define multiple requirements.
# Each requiremnt should have a unique name.
requirement_name:
type: TYPE
# These commands will be exeucted if
# the requirement they're set for is
# met even if the others are not.
# You should be careful and not confuse
# these with click_commands: !!!
success_commands:
- "[ACTIONTYPE] ACTION"
- "[ACTIONTYPE] ACTION"
# These commands will be executed if
# the requirement they're set for is
# not met even if the others are.
deny_commands:
- "[ACTIONTYPE] ACTION"
- "[ACTIONTYPE] ACTION"
# This option is only required if you
# want ot use minimum_requirements:
# Minimum requirements will only work
# for the optional requirements
optional: true
# This can only be defined for open and
# left/right click requirement
deny_commands:
- "[ACTIONTYPE] ACTION"
- "[ACTIONTYPE] ACTION"
Wikisindeki kodu incelerseniz girintilerin nasıl olması gerektiğini görebilirsiniz. Bu düzende yapmazsanız plugin configi tam çözümleyemez bu yüzden de doğru çalışmaz.