mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-05-19 16:20:33 +00:00
2.7.0
This commit is contained in:
@@ -104,9 +104,14 @@ Value Type: List
|
|||||||
Default Value:
|
Default Value:
|
||||||
```yaml
|
```yaml
|
||||||
BlacklistedBlocks:
|
BlacklistedBlocks:
|
||||||
|
- stationary_water
|
||||||
- stationary_lava
|
- stationary_lava
|
||||||
|
- water
|
||||||
- lava
|
- lava
|
||||||
- cactus
|
- cactus
|
||||||
|
- leaves
|
||||||
|
- leaves_2
|
||||||
|
- air
|
||||||
```
|
```
|
||||||
|
|
||||||
### DisabledWorlds ###
|
### DisabledWorlds ###
|
||||||
@@ -117,7 +122,7 @@ Default Value:
|
|||||||
```yaml
|
```yaml
|
||||||
DiabledWorlds:
|
DiabledWorlds:
|
||||||
- world_nether
|
- world_nether
|
||||||
- world_the_end
|
- creative
|
||||||
```
|
```
|
||||||
|
|
||||||
### CustomWorlds ###
|
### CustomWorlds ###
|
||||||
@@ -151,5 +156,5 @@ Default Value:
|
|||||||
```yaml
|
```yaml
|
||||||
Override:
|
Override:
|
||||||
world_nether: 'world'
|
world_nether: 'world'
|
||||||
world_the_end: 'world'
|
creative: 'world'
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
### Economy
|
### Economy
|
||||||
Info: Edit basic economy settings
|
Info: Edit basic economy settings
|
||||||
***
|
***
|
||||||
#### Enabled ####
|
#### Enable ####
|
||||||
Info: Enable the economy system at all?
|
Info: Enable the economy system at all?
|
||||||
Value Type: Boolean
|
Value Type: Boolean
|
||||||
Default Value: false
|
Default Value: false
|
||||||
|
|||||||
+19
-16
@@ -1,41 +1,42 @@
|
|||||||
# BetterRTP plugin by SuperRonanCraft! (Join my Public Server mc.RonanCraft.net) #
|
# BetterRTP plugin by SuperRonanCraft! (Join my Public Server mc.RonanCraft.net) #
|
||||||
# Please give me credit, I'm a first time coder, and would love to see more discussions on my Spigot page! #
|
# Please give me credit, I'm a first time coder, and would love to see more discussions on my Spigot page! #
|
||||||
|
|
||||||
#DO NOT TOUCH!
|
Language-File: 'en.yml'
|
||||||
Version: 2.5.1
|
|
||||||
|
|
||||||
Language-File: 'en.yml' # Added in 2.4.1
|
|
||||||
|
|
||||||
## If WorldBorder is set to false, it won't use the worldborder set by the vanilla /worldborder! # ##Highly Recommended##
|
## If WorldBorder is set to false, it won't use the worldborder set by the vanilla /worldborder! # ##Highly Recommended##
|
||||||
Settings:
|
Settings:
|
||||||
|
DontRequirePermission: false
|
||||||
|
## Respect WorldGuard areas #
|
||||||
RespectWorldGuard: true
|
RespectWorldGuard: true
|
||||||
|
## Respect GriefPrevention areas #
|
||||||
RespectGriefPrevention: true
|
RespectGriefPrevention: true
|
||||||
## Must be a positive integer #
|
## Must be a positive integer #
|
||||||
MinRadius: 25
|
MinRadius: 25
|
||||||
## Maximum amount of tried before BetterRTP gives up and sends a NotSafeMessage #
|
## Maximum amount of tries before BetterRTP gives up and sends a NotSafeMessage #
|
||||||
MaxAttempts: 15
|
MaxAttempts: 15
|
||||||
## Enabled or disabled cooldown timer, time is in SECONDS
|
## Enabled or disabled cooldown timer, time is in SECONDS #
|
||||||
Cooldown:
|
Cooldown:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
Time: 10
|
Time: 10
|
||||||
## Time between command and actually rtp'ing, time is in SECONDS. Set to "0" to disable delay timer
|
## Time between command and actually rtp'ing, time is in SECONDS. Set to "0" to disable delay timer #
|
||||||
Delay:
|
Delay:
|
||||||
Time: 5
|
Time: 5
|
||||||
CancelOnMove: true
|
CancelOnMove: true
|
||||||
|
DisableUpdater: false
|
||||||
|
|
||||||
|
|
||||||
Default:
|
Default:
|
||||||
UseWorldBorder: true
|
UseWorldBorder: true
|
||||||
## "Biomes: []" means all biomes are allowed!
|
## "Biomes: []" means all biomes are allowed! #
|
||||||
## Biomes are optional, more biomes at https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/Biome.html
|
## Biomes are optional, more biomes at https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/Biome.html #
|
||||||
Biomes: []
|
Biomes: []
|
||||||
MaxRadius: 100
|
MaxRadius: 100
|
||||||
MinRadius: 10
|
MinRadius: 10
|
||||||
## If "UseWorldBorder" is set to true above, these values WILL be ignored! Except Biomes!
|
## If "UseWorldBorder" is set to true above, these values WILL be ignored! Except Biomes! #
|
||||||
CenterX: 0
|
CenterX: 0
|
||||||
CenterZ: 0
|
CenterZ: 0
|
||||||
|
|
||||||
## Blocks RTP will try to not teleport onto. More Blocks at: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html #
|
## Blocks RTP will try to NOT teleport onto. More Blocks at: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html #
|
||||||
BlacklistedBlocks:
|
BlacklistedBlocks:
|
||||||
- stationary_water
|
- stationary_water
|
||||||
- stationary_lava
|
- stationary_lava
|
||||||
@@ -44,23 +45,24 @@ BlacklistedBlocks:
|
|||||||
- cactus
|
- cactus
|
||||||
- leaves
|
- leaves
|
||||||
- leaves_2
|
- leaves_2
|
||||||
|
- air
|
||||||
|
|
||||||
## Worlds to NOT allow rtp to function #
|
## Worlds to NOT allow rtp to function #
|
||||||
DisabledWorlds:
|
DisabledWorlds:
|
||||||
- world_nether
|
- world_nether
|
||||||
- world_the_end
|
- creative
|
||||||
|
|
||||||
## Worlds you want to have a custom min/max and spawn center in #
|
## Worlds you want to have a custom min/max and spawn center in #
|
||||||
## [MaxRadius] and [MinRadius] MUST be positive! These cannot be equal to each other!
|
## [MaxRadius] and [MinRadius] MUST be positive! These cannot be equal to each other!
|
||||||
CustomWorlds:
|
CustomWorlds:
|
||||||
world:
|
world:
|
||||||
UseWorldBorder: false
|
UseWorldBorder: false
|
||||||
## If UseWorldBorder is true, everything will be ignored MINUS "MinRadius"!
|
## If UseWorldBorder is true, everything will be ignored EXEPT "MinRadius"!
|
||||||
MaxRadius: 1000
|
MaxRadius: 1000
|
||||||
MinRadius: 100
|
MinRadius: 100
|
||||||
CenterX: 0
|
CenterX: 0
|
||||||
CenterZ: 0
|
CenterZ: 0
|
||||||
world_nether:
|
nether:
|
||||||
MaxRadius: 100000
|
MaxRadius: 100000
|
||||||
MinRadius: 1000
|
MinRadius: 1000
|
||||||
CenterX: 123
|
CenterX: 123
|
||||||
@@ -70,7 +72,8 @@ CustomWorlds:
|
|||||||
- 'desert'
|
- 'desert'
|
||||||
- 'forest'
|
- 'forest'
|
||||||
|
|
||||||
## Override a world and rtp a player executing the command in one world, to another
|
## Override a world and rtp a player executing the command in one world, to another (will disable world)
|
||||||
Override:
|
Override:
|
||||||
|
#FORMAT <CURRENT>:<OTHER>
|
||||||
world_nether: 'world'
|
world_nether: 'world'
|
||||||
world_the_end: 'world'
|
creative: 'world'
|
||||||
+1
-1
@@ -9,7 +9,7 @@ CustomWorlds:
|
|||||||
## Enable custom world charging
|
## Enable custom world charging
|
||||||
Enabled: true
|
Enabled: true
|
||||||
Worlds:
|
Worlds:
|
||||||
## Player will be charged "5" when typing /rtp, if they do not have "betterrtp.eco.bypass"
|
## PlayerWorld will be charged "5" when typing /rtp, if they do not have "betterrtp.eco.bypass"
|
||||||
world: 5
|
world: 5
|
||||||
## Setting the price to "0" will make the "Success.Bypass" message show
|
## Setting the price to "0" will make the "Success.Bypass" message show
|
||||||
world_end: 0
|
world_end: 0
|
||||||
+15
-9
@@ -1,12 +1,3 @@
|
|||||||
Help:
|
|
||||||
List:
|
|
||||||
- '&e&m------&r &6&lBetterRTP &8| &7Help &e&m------'
|
|
||||||
- ' &7- &e/%command% &7- Randomly teleports you!'
|
|
||||||
##If the player has permission to rtp another player, this message will be added under the list!
|
|
||||||
RtpOther: ' &7- &e/%command% <player> &7- Randomly teleports another player!'
|
|
||||||
##If the player has permission to reload the plugin this message will be added under the list!
|
|
||||||
Reload: ' &7- &e/%command% reload &7- Reloads the plugin'
|
|
||||||
|
|
||||||
Messages:
|
Messages:
|
||||||
Prefix: '&7[&6BetterRTP&7] '
|
Prefix: '&7[&6BetterRTP&7] '
|
||||||
## Placeholders! %x% %y% and %z% are the x, y, and z coordinates that the player is being teleported to! #
|
## Placeholders! %x% %y% and %z% are the x, y, and z coordinates that the player is being teleported to! #
|
||||||
@@ -48,6 +39,21 @@ Titles:
|
|||||||
Title: '&6BetterRTP by SRC'
|
Title: '&6BetterRTP by SRC'
|
||||||
Subtitle: '&fTeleporting to x=%x% y=%y% z=%z%'
|
Subtitle: '&fTeleporting to x=%x% y=%y% z=%z%'
|
||||||
|
|
||||||
|
Help:
|
||||||
|
List:
|
||||||
|
- '&e&m------&r &6&lBetterRTP &8| &7Help &e&m------'
|
||||||
|
- ' &7- &e/%command% &7- Randomly teleports you!'
|
||||||
|
- ' &7- &e/%command% help &7- Shows help list'
|
||||||
|
##If the player has permission to rtp another player, this message will be added under the list!
|
||||||
|
Player: ' &7- &e/%command% player <player> [world] &7- Randomly teleport another player'
|
||||||
|
World: ' &7- &e/%command% world <world> &7- Randomly teleport in another world'
|
||||||
|
##If the player has permission to reload the plugin this message will be added under the list!
|
||||||
|
Reload: ' &7- &e/%command% reload &7- Reloads the plugin'
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
Player: '&cUsage&7: /%command% player <player> [world]'
|
||||||
|
World: '&cUsage&7: /%command% world <world>'
|
||||||
|
|
||||||
Sounds:
|
Sounds:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
## More sounds at https://www.spigotmc.org/wiki/cc-sounds-list/
|
## More sounds at https://www.spigotmc.org/wiki/cc-sounds-list/
|
||||||
|
|||||||
Reference in New Issue
Block a user