Add journey permissions to trustedadmin and owner
hope im doing this right lol
This commit is contained in:
parent
5a4526b10a
commit
2c384aaaeb
1 changed files with 13 additions and 1 deletions
|
|
@ -172,7 +172,19 @@ namespace TShockAPI.DB
|
||||||
Permissions.settempgroup,
|
Permissions.settempgroup,
|
||||||
Permissions.spawnrate,
|
Permissions.spawnrate,
|
||||||
Permissions.tpoverride,
|
Permissions.tpoverride,
|
||||||
Permissions.createdumps));
|
Permissions.createdumps,
|
||||||
|
Permissions.journey_timefreeze,
|
||||||
|
Permissions.journey_timeset,
|
||||||
|
Permissions.journey_timespeed,
|
||||||
|
Permissions.journey_godmode,
|
||||||
|
Permissions.journey_windstrength,
|
||||||
|
Permissions.journey_windfreeze,
|
||||||
|
Permissions.journey_rainstrength,
|
||||||
|
Permissions.journey_rainfreeze,
|
||||||
|
Permissions.journey_placementrange,
|
||||||
|
Permissions.journey_setdifficulty,
|
||||||
|
Permissions.journey_biomespreadfreeze,
|
||||||
|
Permissions.journey_setdawn));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load Permissions from the DB
|
// Load Permissions from the DB
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue