刚把这个插件装进服务器,请问怎么设置给玩家看一条公告,另外OP总能看到3条默认的公告怎么删除
你要给玩家权限然后删除那三条公告
服务器输入/at设置
怎么给玩家权限
给玩家权限这样
automessage.receive.那个公告那一大块的名字
例子:比如我的公告栏叫 MC 那么就给玩家 automessage.receive.MC
automessage.receive.那个公告那一大块的名字
例子:比如我的公告栏叫 MC 那么就给玩家 automessage.receive.MC
# ----------------------------------------------------
# AutoMessage Configuration File
# ----------------------------------------------------
# Message Configuration:
# Messages are handled in lists to allow for advanced customization!
# Feel free to add color codes by using & in your messages!
# To split a message onto multiple lines use the %n delimiter!
# Lines starting with / will be run as a command!
# To add single apostrophes into a message use ''.
# For a complete tutorial go to http://dev.bukkit.org/server-mods/automessage.
# If you are unfamiliar with YAML use the in-game commands: /am help
settings:
enabled: true
min-players: 0
log-to-console: false
message-lists:
formatted:
enabled: false #是否开启,-true-改成-false-就可以了
interval: 45
expiry: -1
random: false
prefix: ''
suffix: ''
messages:
- '%6s %9s %10s':
- Custom
- formatted
- '&2message!'
如有帮助请采纳quq
# AutoMessage Configuration File
# ----------------------------------------------------
# Message Configuration:
# Messages are handled in lists to allow for advanced customization!
# Feel free to add color codes by using & in your messages!
# To split a message onto multiple lines use the %n delimiter!
# Lines starting with / will be run as a command!
# To add single apostrophes into a message use ''.
# For a complete tutorial go to http://dev.bukkit.org/server-mods/automessage.
# If you are unfamiliar with YAML use the in-game commands: /am help
settings:
enabled: true
min-players: 0
log-to-console: false
message-lists:
formatted:
enabled: false #是否开启,-true-改成-false-就可以了
interval: 45
expiry: -1
random: false
prefix: ''
suffix: ''
messages:
- '%6s %9s %10s':
- Custom
- formatted
- '&2message!'
如有帮助请采纳quq
输入 am 查看列表..