/
minecraftbackup
/
AnarchyExploitFixes
Обзор
Документация
Войти
/
minecraftbackup
/
AnarchyExploitFixes
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.0.0
src/main/resources/plugin.yml
71 строка
3 KB
xGinko
add configurable /say command
09 фев 2023, 21:32
09 фев 2023, 21:32
9e36923
Код
Авторство
О чём код?
name: AnarchyExploitFixes version: ${project.version} main: me.moomoo.anarchyexploitfixes.AnarchyExploitFixes prefix: AnarchyExploitFixes authors: [ moo, xGinko ] description: ${project.description} softdepend: [ ProtocolLib, floodgate, NoCheatPlus ] api-version: 1.13 website: github.com/moom0o/AnarchyExploitFixes commands: aef: usage: /<command> [ reload, version, elytra, geared, lag, datavalue, config ] description: AnarchyExploitFixes admin commands toggleconnectionmsgs: usage: /<command> description: Toggle connection messages say: usage: /<command> broadcast message description: Broadcast a message using your own prefix and format permissions: anarchyexploitfixes.*: description: Admin plugin permissions children: anarchyexploitfixes.commandwhitelistbypass: true anarchyexploitfixes.chatbypass: true anarchyexploitfixes.netherroofbypass: true anarchyexploitfixes.cmd.*: true anarchyexploitfixes.chatbypass: description: Bypass chat restrictions if enabled anarchyexploitfixes.netherroofbypass: description: Bypass nether roof restrictions if enabled anarchyexploitfixes.silentJoin: description: enable silent join mode anarchyexploitfixes.silentLeave: description: enable silent join mode anarchyexploitfixes.commandwhitelistbypass: description: Bypass command whitelist if enabled anarchyexploitfixes.cmd.*: description: All plugin command permissions children: anarchyexploitfixes.cmd.version: true anarchyexploitfixes.cmd.reload: true anarchyexploitfixes.cmd.lag: true anarchyexploitfixes.cmd.geared: true anarchyexploitfixes.cmd.kickphrase: true anarchyexploitfixes.cmd.elytra: true anarchyexploitfixes.cmd.toggleconnectionmsgs: true anarchyexploitfixes.cmd.config: true anarchyexploitfixes.cmd.datavalue: true anarchyexploitfixes.cmd.say: true anarchyexploitfixes.cmd.version: description: Show plugin version anarchyexploitfixes.cmd.reload: description: Reload plugin configuration anarchyexploitfixes.cmd.lag: description: Lag the server for testing purposes anarchyexploitfixes.cmd.geared: description: Show geared players anarchyexploitfixes.cmd.kickphrase: description: Kick players that have said certain phrases anarchyexploitfixes.cmd.elytra: description: Show players currently flying with elytra anarchyexploitfixes.cmd.toggleconnectionmsgs: description: Toggle connection messages default: not op anarchyexploitfixes.cmd.config: description: Show which features are enabled/disabled in the config anarchyexploitfixes.cmd.datavalue: description: Get the DataValue of a held item anarchyexploitfixes.cmd.say: description: Broadcast a message using your own prefix and format