mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-22 08:10:17 +00:00
New edit command
This commit is contained in:
@@ -66,7 +66,7 @@ DisabledWorlds:
|
||||
CustomWorlds:
|
||||
- custom_world_1:
|
||||
UseWorldBorder: false
|
||||
## If UseWorldBorder is true, everything will be ignored EXEPT "MinRadius"!
|
||||
## If UseWorldBorder is true, everything will be ignored EXCEPT "MinRadius"!
|
||||
MaxRadius: 1000
|
||||
MinRadius: 100
|
||||
CenterX: 0
|
||||
|
||||
@@ -24,8 +24,8 @@ Titles:
|
||||
SendMessage: true # Allow the loading message in chat
|
||||
Particles: #Use `rtp info particles` for a list of particles
|
||||
Enabled: true
|
||||
Type: 'REVERSE_PORTAL' #list of particle types at https://github.com/ByteZ1337/ParticleLib/blob/master/src/main/java/xyz/xenondevs/particle/ParticleEffect.java
|
||||
Shape: 'SCAN' #Types available are "Scan, Teleport and Explode", or use `/rtp info shapes` for a list of shapes
|
||||
Type: 'EXPLOSION_NORMAL' #list of particle types at https://github.com/ByteZ1337/ParticleLib/blob/master/src/main/java/xyz/xenondevs/particle/ParticleEffect.java
|
||||
Shape: 'EXPLODE' #Types available are "Scan, Teleport and Explode", or use `/rtp info shapes` for a list of shapes
|
||||
Invincible: #Amount of time a player should not take damage for
|
||||
Enabled: true
|
||||
Seconds: 5
|
||||
|
||||
@@ -42,4 +42,5 @@ Help:
|
||||
Usage:
|
||||
Player: '&cUsage&7: /%command% player <玩家> [世界] [生物群系1, 生物群系2]'
|
||||
World: '&cUsage&7: /%command% world <世界> [生物群系1, 生物群系2...]'
|
||||
Biome: '&cUsage&7: /%command% biome <生物群系1, 生物群系2...>'
|
||||
Biome: '&cUsage&7: /%command% biome <生物群系1, 生物群系2...>'
|
||||
Edit: '&cUsage&7: /%command% edit <default/world> [max/min/useworldborder/center]'
|
||||
@@ -43,3 +43,4 @@ Usage:
|
||||
Player: '&cUsage&7: /%command% player <玩家> [世界] [生態域1, 生態域2]'
|
||||
World: '&cUsage&7: /%command% world <世界> [生態域1, 生態域2...]'
|
||||
Biome: '&cUsage&7: /%command% biome <生態域1, 生態域2...>'
|
||||
Edit: '&cUsage&7: /%command% edit <default/world> [max/min/useworldborder/center]'
|
||||
@@ -42,4 +42,5 @@ Help:
|
||||
Usage:
|
||||
Player: '&cUsage&7: /%command% player <player> [world] [biome1, biome2]'
|
||||
World: '&cUsage&7: /%command% world <world> [biome1, biome2...]'
|
||||
Biome: '&cUsage&7: /%command% biome <biome1, biome2...>'
|
||||
Biome: '&cUsage&7: /%command% biome <biome1, biome2...>'
|
||||
Edit: '&cUsage&7: /%command% edit <default/world> [max/min/useworldborder/center]'
|
||||
@@ -41,4 +41,5 @@ Help:
|
||||
Usage:
|
||||
Player: '&cUtilisation&7: /%command% player <joeur> [monde]'
|
||||
World: '&cUtilisation&7: /%command% world <monde>'
|
||||
Biome: '&cUtilisation&7: /%command% biome <biome1, biome2...>'
|
||||
Biome: '&cUtilisation&7: /%command% biome <biome1, biome2...>'
|
||||
Edit: '&cUsage&7: /%command% edit <default/world> [max/min/useworldborder/center]'
|
||||
@@ -42,4 +42,5 @@ Help:
|
||||
Usage:
|
||||
Player: '&c使い方&7: /%command% player <プレイヤー> [ワールド]'
|
||||
World: '&c使い方&7: /%command% world <ワールド>'
|
||||
Biome: '&cUsage&7: /%command% biome <biome1, biome2...>'
|
||||
Biome: '&cUsage&7: /%command% biome <biome1, biome2...>'
|
||||
Edit: '&cUsage&7: /%command% edit <default/world> [max/min/useworldborder/center]'
|
||||
@@ -42,4 +42,5 @@ Help:
|
||||
Usage:
|
||||
Player: '&cИспользование&7: /%command% player <игрок> [мир]'
|
||||
World: '&cИспользование&7: /%command% world <мир>'
|
||||
Biome: '&cUsage&7: /%command% biome <biome1, biome2...>'
|
||||
Biome: '&cUsage&7: /%command% biome <biome1, biome2...>'
|
||||
Edit: '&cUsage&7: /%command% edit <default/world> [max/min/useworldborder/center]'
|
||||
@@ -55,4 +55,7 @@ permissions:
|
||||
default: op
|
||||
betterrtp.test:
|
||||
description: While debugger enabled, be able to test particles, potion effects and sounds
|
||||
default: op
|
||||
betterrtp.edit:
|
||||
description: Edit a custom/default world rtp center/radius
|
||||
default: op
|
||||
Reference in New Issue
Block a user