作者:rebot | 分类:模组
Minecraft 版本: 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: paper purpur spigot
标签: game-mechanics utility
F-Command is a little and easy to configure Minecraft Plugin which lets you set up multiple commands which are executed on pressing the F or Q key (Swap Hands or dropping Items).
You can configure every command exactly to your needs with the following easy to use options.
And the best thing is: You can even use PlaceholderAPI within the commands, and therefore integrate hundreds of other Plugins!
Every one of thees options is available for every command you configure!
Only one command, only one Permission!
/fcmd reload - Reloading your Config
fcommand.admin - Update notification and access to /fcmd reload
# Only turn this on if you're asked by the Dev
# Might spam your console and/or chat ;-)
debug: false
# Example configuration
command:
# Name of the Command.
command1:
key: f # f or q
# Does the Player need to sneak to execute the command?
requireShift: false
# Which permission is required to execute this command?
permission: f-command.example
# Which command should be executed as the player?
# You can also use PlaceholderAPI here!
# Enter without /
command: say f no shift
# Stopping item drop or hand swap from happening
cancel: true
# Should the command be executed from the Server?
executeAsServer: false
command2:
key: F
requireShift: True
permission: f-command.example
command: say F shift
cancel: true
executeAsServer: false
请登录后举报
暂无评论,抢个沙发吧~