Skip to content

Commit

Permalink
Merge pull request Sefiraat#94 from ytdd9527/Sefiraat#92
Browse files Browse the repository at this point in the history
config
  • Loading branch information
balugaq authored Sep 8, 2024
2 parents a7942b0 + e920fba commit fa7df45
Showing 1 changed file with 45 additions and 3 deletions.
48 changes: 45 additions & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Networks
author: Sefiraat
author: Sefiraat, balugaq, ytdd9527
description: No idea yet
main: io.github.sefiraat.networks.Networks
website: https://github.com/ytdd9527/NetworksExpansion
Expand All @@ -18,5 +18,47 @@ softdepend:
- mcMMO
commands:
networks:
description: /networks
usage: /networks <sub>
aliases: networksexpansion
description: NetworksExpansion base command
usage: The NetworksExpansion version you have installed does not seem to be compatible with your server setup. Check your console for more detailed info.

permissions:
networks.admin:
description: Allows you to use all NetworksExpansion commands
default: op
networks.commands.help:
description: Allows you to use the /networks help command
default: op
networks.commands.fillquantum:
description: Allows you to use the /networks fillquantum command
default: op
networks.commands.fixblueprint:
description: Allows you to use the /networks fixblueprint command
default: op
networks.commands.restore:
description: Allows you to use the /networks restore command
default: op
networks.commands.addstorageitem:
description: Allows you to use the /networks addstorageitem command
default: op
networks.commands.reducestorageitem:
description: Allows you to use the /networks reducestorageitem command
default: op
networks.commands.setquantum:
description: Allows you to use the /networks setquantum command
default: op
networks.commands.setcontainerid:
description: Allows you to use the /networks setcontainerid command
default: op
networks.commands.updateitem:
description: Allows you to use the /networks updateitem command
default: op
networks.commands.findcachedstorages:
description: Allows you to use the /networks findcachedstorages command
default: op
networks.commands.getstorageitem:
description: Allows you to use the /networks getstorageitem command
default: op
networks.commands.worldedit.*:
description: Allows you to use all Networks WorldEdit commands
default: op

0 comments on commit fa7df45

Please sign in to comment.