Towny jailing and member
This commit is contained in:
parent
112b625695
commit
553021d674
2 changed files with 7 additions and 2 deletions
|
@ -890,3 +890,8 @@ users:
|
|||
- member
|
||||
options:
|
||||
name: yebu101
|
||||
b522961f-8634-4d18-a3a7-d2d9995ba771:
|
||||
options:
|
||||
name: MintCCookie
|
||||
group:
|
||||
- member
|
||||
|
|
|
@ -972,10 +972,10 @@ economy:
|
|||
jail:
|
||||
#If true attacking players who die on enemy-town land will be placed into the defending town's jail if it exists.
|
||||
#Requires town_respawn to be true in order to work.
|
||||
is_jailing_attacking_enemies: 'false'
|
||||
is_jailing_attacking_enemies: 'true'
|
||||
#If true attacking players who are considered an outlaw, that are killed inside town land will be placed into the defending town's jail if it exists.
|
||||
#Requires town_respawn to be true in order to work.
|
||||
is_jailing_attacking_outlaws: 'false'
|
||||
is_jailing_attacking_outlaws: 'true'
|
||||
#If true jailed players can use Ender Pearls but are still barred from using other methods of teleporting.
|
||||
jail_allows_ender_pearls: 'false'
|
||||
#If false jailed players can use /town leave, and escape a jail.
|
||||
|
|
Loading…
Reference in a new issue