-
Notifications
You must be signed in to change notification settings - Fork 93
Config
Set the language, accessible at the lang file
Basic plugin settings that can be disabled/changed
-
Enable Plugin hooks to disallow players from teleporting randomly into defined regions.
Currently supports WorldGuard, GriefPrevention, Towny and RedProtect - The default minimum value (if worldborder is not set)
- The maximum amount of tries to find a safe location before giving up.
-
The amount of time (in seconds) someone without the 'betterrtp.bypass.cooldown' permission must wait before rtp'ing again.
Cooldown: Enabled: true LockAfter: 0 #Lock the player in infinite cooldown after X rtp's Time: 60 #In seconds
-
Delay time someone types /rtp, to actually start rtp'ing
Delay: Enabled: true Time: 5 #In Seconds CancelOnMove: true
- Disable displaying when a new update is available?
Set defaults when a world is not customized below
- Use the vanilla worldborder of a world? (Must set worldborder with the vanilla '/worldborder' command!)
- Set a list of biomes you'd like to limit rtp to teleport to, view more biomes here
- Maximum allowed radius from CenterX and CenterZ, still used even if useworldborder is true
- Minimum allowed radius from the worldborder or center
- Center X position that you'd like BetterRTP to function in any world if useworldborder is false
- Center Z position that you'd like BetterRTP to function in any world if useworldborder is false
A list of blocks you'd like to not have BetterRTP teleport a player onto
Example:
BlacklistedBlocks:
- stationary_water
- stationary_lava
- water
- flowing_water
- lava
- flowing_lava
- cactus
- leaves
- leaves_2
- air
- void_air
- bedrock
A list of worlds to NOT allowed BetterRTP to function, only overriding a world will allow it to function
Example:
DisabledWorlds:
- prison
- creative
Info: Make custom worlds to have different values than the default
Value Type: List of Sections Keys
Default Value:
CustomWorlds:
- custom_world_1:
UseWorldBorder: false
MaxRadius: 1000
MinRadius: 100
CenterX: 0
CenterZ: 0
Price: 50
- other_custom_world:
MaxRadius: 100000
MinRadius: 1000
CenterX: 123
CenterZ: -123
Price: 0
Biomes:
- 'desert'
- 'forest'
Info: Redirect one worlds '/rtp' command to another world
Value Type: List of Sections
Default Value:
Overrides:
#FORMAT - <CURRENT WORLD>:<DESIRED WORLD>
- master_world: 'world'
- creative_world: 'world'
Info: Set the world type for a specific world
Value Type: List of Sections
Valid Values: 'NORMAL', 'NETHER'
Description:
- NORMAL: finds the safest tallest block in the world
- NETHER: finds the lowest safest block in the world (aka: caves)
Default Value:
WorldType:
- world: 'NORMAL'
- world_nether: 'NETHER'
- world_the_end: 'NORMAL'
Setup a group that will customize a players parameters for a world
PermissionGroup: #Player requires "betterrtp.group.<world_name>" to trigger these configs
Enabled: false
Groups:
- vip: # permission: betterrtp.config.vip
- Build_World: #World named "Build_World"
MaxRadius: 10000
MinRadius: 1000
- Survival_World:
UseWorldBorder: false
MaxRadius: 5000
MinRadius: 1000
CenterX: 10
CenterZ: 10
- vip2: # permission: betterrtp.config.vip2
- Build_World:
MaxRadius: 25000
MinRadius: 10000
Chat with us on Discord
Have a Suggestion? Make an issue!
Thank you for viewing the Wiki for BetterRTP!
Did this wiki help you out? Please give it a Star so I know it's getting use!
Check out my other plugins!