mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-12 02:46:25 +00:00
location command fix when UseLocationsInSameWorld is enabled
locations can be used in another world with bypass perm when UseLocationsInSameWorld is enabled
This commit is contained in:
@@ -61,7 +61,7 @@ Settings:
|
||||
DisableUpdater: false
|
||||
Logger:
|
||||
Enabled: true #Log all things rtp related to the log.log file
|
||||
LogToConsole: true
|
||||
LogToConsole: false
|
||||
Format: 'yyyy-MM-dd HH:mm:ss'
|
||||
|
||||
Default:
|
||||
|
||||
@@ -14,6 +14,7 @@ Enabled: false #enable the locations feature
|
||||
RequirePermission: false #Require players to have `betterrtp.location.<world_name>`
|
||||
UseLocationIfAvailable: true #Will choose a location upon `/rtp` if location(s) is available in the world
|
||||
UseLocationsInSameWorld: true #Will only choose locations in same world rtp'ing in
|
||||
# If UseLocationsInSameWorld is set to true, use `betterrtp.bypass.location` to allow rtp'ing to locations in other worlds
|
||||
|
||||
Locations:
|
||||
- main_loc:
|
||||
|
||||
Reference in New Issue
Block a user