86 lines
2.1 KiB
YAML
86 lines
2.1 KiB
YAML
name: OgreDupeAlias
|
|
version: '${version}'
|
|
main: io.github.itzispyder.ogredupealias.OgreDupeAlias
|
|
api-version: 1.17
|
|
prefix: ODA
|
|
authors: [ ImproperIssues, TheTrouper ]
|
|
description: Server utilities for OgreDupe.minehut.gg
|
|
website: https://itzispyder.github.io/
|
|
|
|
permissions:
|
|
oda.commands.config:
|
|
description: Able to manage config from in game
|
|
default: op
|
|
oda.commands.mutechat:
|
|
description: Able to mute chat
|
|
default: op
|
|
oda.commands.staffchat:
|
|
description: Access to staffchat.
|
|
default: op
|
|
oda.commands.socialspy:
|
|
description: Access to socialspy.
|
|
default: op
|
|
oda.commands.commandspy:
|
|
description: Access to commandspy.
|
|
default: op
|
|
oda.commands.irepair:
|
|
description: Access to irepair.
|
|
default: op
|
|
oda.chat.bypass:
|
|
description: Bypass chat restrictions
|
|
default: op
|
|
children:
|
|
- oda.chat.bypass.swear
|
|
- oda.chat.bypass.spam
|
|
- oda.chat.bypass.repeat
|
|
- oda.chat.bypass.unicode
|
|
oda.chat.bypass.swear:
|
|
description: Bypass anti-swear
|
|
default: op
|
|
oda.chat.bypass.spam:
|
|
description: Bypass anti-spam
|
|
default: op
|
|
oda.chat.bypass.repeat:
|
|
description: Bypass anti-repeat
|
|
default: op
|
|
oda.chat.bypass.unicode:
|
|
description: Bypass anti-unicode
|
|
default: op
|
|
|
|
commands:
|
|
config:
|
|
description: Config management
|
|
usage: /config [get|set] <path> <datatype> <value>
|
|
permission: oda.commands.config
|
|
aliases:
|
|
- configuration
|
|
mutechat:
|
|
description: Mutes the chat
|
|
usage: /mutechat [true|false]
|
|
permission: oda.commands.mutechat
|
|
staffchat:
|
|
description: Staff chat
|
|
usage: /staffchat [<message>]
|
|
permission: oda.commands.staffchat
|
|
aliases:
|
|
- sc
|
|
- schat
|
|
socialspy:
|
|
description: Spy on private messages
|
|
usage: /socialspy
|
|
permission: oda.commands.socialspy
|
|
aliases:
|
|
- sspy
|
|
commandspy:
|
|
description: Spy on player commands
|
|
usage: /commandspy
|
|
permission: oda.commands.commandspy
|
|
aliases:
|
|
- cspy
|
|
- cmdspy
|
|
irepair:
|
|
description: Repairs and restocks your inventory!
|
|
usage: /irepair
|
|
permission: oda.commands.irepair
|
|
aliases:
|
|
- ipearlrepair |