Skip to content

Commit

Permalink
Update plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EnterTG authored Jun 18, 2018
1 parent b81c526 commit c2409d7
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
#name, main, version and api are required
name: MyHeroMobs
main: Core.MyHeroMain
name: MyHeroItems
main: Core.MyHeroMain_Items
version: "0.1"
api: ["1.0.5"]
author: WindSkill
description: Plugin MyHero Mobs for Nukkit
depend: [MobPlugin,MyHeroItems]
description: Plugin MyHero Items for Nukkit
commands:
MyHeroMobs:
description: MyHero Mobs
aliases: [mhm]
MyHeroItems:
description: MyHero Items
aliases: [mhi]
permission: MyHeroItems.admin
permission-message: "You do not have the required permission to run /mhi"
permissions:
MyHeroItems.admin:
description: "Allows the user to run the admin commands"
default: false

0 comments on commit c2409d7

Please sign in to comment.