diff --git a/config.md b/config.md index 746bc6a..561f817 100644 --- a/config.md +++ b/config.md @@ -104,9 +104,14 @@ Value Type: List Default Value: ```yaml BlacklistedBlocks: + - stationary_water - stationary_lava + - water - lava - cactus + - leaves + - leaves_2 + - air ``` ### DisabledWorlds ### @@ -117,7 +122,7 @@ Default Value: ```yaml DiabledWorlds: - world_nether - - world_the_end + - creative ``` ### CustomWorlds ### @@ -151,5 +156,5 @@ Default Value: ```yaml Override: world_nether: 'world' - world_the_end: 'world' + creative: 'world' ``` diff --git a/economy.md b/economy.md index de4a1fa..8261813 100644 --- a/economy.md +++ b/economy.md @@ -7,7 +7,7 @@ ### Economy Info: Edit basic economy settings *** - #### Enabled #### + #### Enable #### Info: Enable the economy system at all? Value Type: Boolean Default Value: false diff --git a/files/config.yml b/files/config.yml index 218a613..0520ae5 100644 --- a/files/config.yml +++ b/files/config.yml @@ -1,41 +1,42 @@ # 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! # -#DO NOT TOUCH! -Version: 2.5.1 - -Language-File: 'en.yml' # Added in 2.4.1 +Language-File: 'en.yml' ## If WorldBorder is set to false, it won't use the worldborder set by the vanilla /worldborder! # ##Highly Recommended## Settings: + DontRequirePermission: false + ## Respect WorldGuard areas # RespectWorldGuard: true + ## Respect GriefPrevention areas # RespectGriefPrevention: true ## Must be a positive integer # 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 - ## Enabled or disabled cooldown timer, time is in SECONDS + ## Enabled or disabled cooldown timer, time is in SECONDS # Cooldown: Enabled: true 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: Time: 5 CancelOnMove: true + DisableUpdater: false Default: UseWorldBorder: true - ## "Biomes: []" means all biomes are allowed! - ## Biomes are optional, more biomes at https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/Biome.html + ## "Biomes: []" means all biomes are allowed! # + ## Biomes are optional, more biomes at https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/Biome.html # Biomes: [] MaxRadius: 100 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 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: - stationary_water - stationary_lava @@ -44,23 +45,24 @@ BlacklistedBlocks: - cactus - leaves - leaves_2 + - air ## Worlds to NOT allow rtp to function # DisabledWorlds: - world_nether - - world_the_end + - creative ## 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! CustomWorlds: world: UseWorldBorder: false - ## If UseWorldBorder is true, everything will be ignored MINUS "MinRadius"! + ## If UseWorldBorder is true, everything will be ignored EXEPT "MinRadius"! MaxRadius: 1000 MinRadius: 100 CenterX: 0 CenterZ: 0 - world_nether: + nether: MaxRadius: 100000 MinRadius: 1000 CenterX: 123 @@ -70,7 +72,8 @@ CustomWorlds: - 'desert' - '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: + #FORMAT : world_nether: 'world' - world_the_end: 'world' + creative: 'world' \ No newline at end of file diff --git a/files/economy.yml b/files/economy.yml index 1f445cf..e809e4e 100644 --- a/files/economy.yml +++ b/files/economy.yml @@ -9,7 +9,7 @@ CustomWorlds: ## Enable custom world charging Enabled: true 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 ## Setting the price to "0" will make the "Success.Bypass" message show - world_end: 0 + world_end: 0 \ No newline at end of file diff --git a/files/lang/en.yml b/files/lang/en.yml index 069bda0..2c36de4 100644 --- a/files/lang/en.yml +++ b/files/lang/en.yml @@ -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% &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: Prefix: '&7[&6BetterRTP&7] ' ## Placeholders! %x% %y% and %z% are the x, y, and z coordinates that the player is being teleported to! # @@ -48,8 +39,23 @@ Titles: Title: '&6BetterRTP by SRC' 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 [world] &7- Randomly teleport another player' + World: ' &7- &e/%command% 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 [world]' + World: '&cUsage&7: /%command% world ' + Sounds: Enabled: true - ## More sounds at https://www.spigotmc.org/wiki/cc-sounds-list/ + ## More sounds at https://www.spigotmc.org/wiki/cc-sounds-list/ Delay: 'entity_tnt_primed' - Success: 'entity_generic_explode' + Success: 'entity_generic_explode' \ No newline at end of file