-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig.yml
More file actions
23 lines (22 loc) · 724 Bytes
/
config.yml
File metadata and controls
23 lines (22 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
# ===================================================================================
# Plugin made by Primus :)
#
# Twitter (@PrimusLV)
# PocketMine Forums (http://forums.pocketmine.net/members/primus.25050/)
# Github (https://github.com/PrimusLV)
# Fork this project on Github (https://github.com/PrimusLV/Prison)
# ===================================================================================
#
# If you have more than one economy plugin, which one should I pick?
preferred-economy: EconomyAPI
# Prefix for messages
prefix: "§8[§aPrison§8]§f"
# Should I broadcast a message if player ranks up?
broadcast-on-rankup: true
# List them in order.
groups:
PRISONER-A: 500
PRISONER-B: 1200
PRISONER-C: 3000
...