mirror of
https://github.com/jie65535/gc-openpermission-plugin.git
synced 2024-07-27 19:05:04 +08:00
Initial commit
This commit is contained in:
64
README.md
Normal file
64
README.md
Normal file
@@ -0,0 +1,64 @@
|
||||
# gc-openpermission-plugin
|
||||
|
||||
Plugin allow replacing existing command permissions.
|
||||
|
||||
Replaced by `console` to allow console use only.
|
||||
|
||||
Configuration save `replaces.json`
|
||||
|
||||
# Default replaces
|
||||
| Original | Replaced |
|
||||
|-----------------|--------------|
|
||||
| server.stop | console |
|
||||
| server.reload | console |
|
||||
| server.announce | console |
|
||||
| server.ban | console |
|
||||
| server.kick | console |
|
||||
|
||||
|
||||
# All Permissions (v1.6.1)
|
||||
|
||||
| label | permission | permissionTargeted |
|
||||
|---------------------|----------------------------------|-----------------------------------|
|
||||
| list | | |
|
||||
| help | | |
|
||||
| account | | |
|
||||
| language | | |
|
||||
| position | | |
|
||||
| troubleshoot | grasscutter.command.troubleshoot | |
|
||||
| permission | permission | |
|
||||
| achievement | player.achievement | player.achievement.others |
|
||||
| clear | player.clearinv | player.clearinv.others |
|
||||
| enter_dungeon | player.enterdungeon | player.enterdungeon.others |
|
||||
| give | player.give | player.give.others |
|
||||
| group | player.group | player.group.others |
|
||||
| cutscene | player.group | player.group.others |
|
||||
| sound | player.group | player.group.others |
|
||||
| heal | player.heal | player.heal.others |
|
||||
| killCharacter | player.killcharacter | player.killcharacter.others |
|
||||
| quest | player.quest | player.quest.others |
|
||||
| resetConst | player.resetconstellation | player.resetconstellation.others |
|
||||
| setConst | player.setconstellation | player.setconstellation.others |
|
||||
| setFetterLevel | player.setfetterlevel | player.setfetterlevel.others |
|
||||
| setProp | player.setprop | player.setprop.others |
|
||||
| setStats | player.setstats | player.setstats.others |
|
||||
| talent | player.settalent | player.settalent.others |
|
||||
| team | player.team | player.team.others |
|
||||
| teleport | player.teleport | player.teleport.others |
|
||||
| teleportAll | player.tpall | player.tpall.others |
|
||||
| trialAvatarActivity | player.trialavataractivity | player.trialavataractivity.others |
|
||||
| unlockall | player.unlockall | player.unlockall.others |
|
||||
| weather | player.weather | player.weather.others |
|
||||
| announce | server.announce | |
|
||||
| unban | server.ban | |
|
||||
| ban | server.ban | |
|
||||
| coop | server.coop | server.coop.others |
|
||||
| entity | server.entity | |
|
||||
| kick | | server.kick |
|
||||
| killall | server.killall | server.killall.others |
|
||||
| reload | server.reload | |
|
||||
| resetShopLimit | server.resetshop | server.resetshop.others |
|
||||
| sendMail | server.sendmail | |
|
||||
| sendMessage | server.sendmessage | server.sendmessage.others |
|
||||
| spawn | server.spawn | server.spawn.others |
|
||||
| stop | server.stop | |
|
||||
Reference in New Issue
Block a user