Skip to content

Commit

Permalink
Fix issue #61
Browse files Browse the repository at this point in the history
Replace these values in your personal game.yml to fix issue
  • Loading branch information
Tomm0017 committed Mar 27, 2019
1 parent 0ff309f commit 0fab535
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions game.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ home-z: 3497
# Any privilege you want to be represented in-game you define here.
privileges:
- id: 0
icon: -1
icon: 0
name: "player"
powers: []
- id: 1
icon: 0
icon: 1
name: "moderator"
powers: ["mod"]
- id: 2
icon: 1
icon: 2
name: "administrator"
powers: ["mod", "admin"]
- id: 3
icon: 1
icon: 2
name: "owner"
powers: ["mod", "dev", "admin", "owner"]

Expand Down

0 comments on commit 0fab535

Please sign in to comment.