mirror of
https://github.com/kaboomserver/server.git
synced 2025-01-03 13:18:24 +00:00
Push files
Former-commit-id: dca1c0a914f80dfd1b8d1014fba0c7476e3f2eeb
This commit is contained in:
parent
402960ecc5
commit
caf7048a3e
7 changed files with 33 additions and 5 deletions
Binary file not shown.
|
@ -67,7 +67,7 @@ world-settings:
|
||||||
tnt-entity-height-nerf: 0
|
tnt-entity-height-nerf: 0
|
||||||
water-over-lava-flow-speed: 5
|
water-over-lava-flow-speed: 5
|
||||||
nether-ceiling-void-damage: false
|
nether-ceiling-void-damage: false
|
||||||
queue-light-updates: false
|
queue-light-updates: true
|
||||||
game-mechanics:
|
game-mechanics:
|
||||||
disable-end-credits: false
|
disable-end-credits: false
|
||||||
disable-chest-cat-detection: false
|
disable-chest-cat-detection: false
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -13,15 +13,20 @@
|
||||||
# This value is the version of the plugin that last modified the config file
|
# This value is the version of the plugin that last modified the config file
|
||||||
# Changing this value manually will likely result in data loss and errors!
|
# Changing this value manually will likely result in data loss and errors!
|
||||||
# Do not change this manually unless specifically told to by the plugin author
|
# Do not change this manually unless specifically told to by the plugin author
|
||||||
version: 6.2
|
version: 6.3
|
||||||
|
|
||||||
# Check for new versions of the plugin
|
# Check for new versions of the plugin
|
||||||
# Default: true
|
# Default: true
|
||||||
check-updates: false
|
check-updates: false
|
||||||
|
|
||||||
|
# If metrics should be sent to bStats
|
||||||
|
# I would appreciate it if you left this enabled, it helps me get statistics on who uses this plugin
|
||||||
|
# Default: true
|
||||||
|
send-metrics: false
|
||||||
|
|
||||||
# The .lang file to use in the ./lang/ folder
|
# The .lang file to use in the ./lang/ folder
|
||||||
# Default: 'default.lang'
|
# Default: 'en_US.lang'
|
||||||
lang-file: 'default.lang'
|
lang-file: 'en_US.lang'
|
||||||
|
|
||||||
# If you're using other plugins to execute commands you may wish to turn off messages
|
# If you're using other plugins to execute commands you may wish to turn off messages
|
||||||
# Default: true
|
# Default: true
|
||||||
|
@ -41,12 +46,22 @@ message-prefix: '&7[&3PlayerParticles&7]'
|
||||||
# Default: true
|
# Default: true
|
||||||
gui-enabled: true
|
gui-enabled: true
|
||||||
|
|
||||||
|
# If clicking a GUI button should make a noise
|
||||||
|
# Default: true
|
||||||
|
gui-button-sound: true
|
||||||
|
|
||||||
# If true, styles will not display while the player is moving
|
# If true, styles will not display while the player is moving
|
||||||
# They will instead have the effect displayed at their feet
|
# They will instead have the effect displayed at their feet
|
||||||
# Note: Not all styles abide by this rule, but most will
|
# Note: Not all styles abide by this rule, but most will
|
||||||
# Default: false
|
# Default: false
|
||||||
toggle-on-move: false
|
toggle-on-move: false
|
||||||
|
|
||||||
|
# The time (in ticks) a player has to be standing still before they are considered to be stopped
|
||||||
|
# This setting has no effect if toggle-on-move is set to false
|
||||||
|
# The value must be a positive whole number
|
||||||
|
# Default: 9
|
||||||
|
toggle-on-move-delay: 9
|
||||||
|
|
||||||
# The worlds which this plugin is disabled in
|
# The worlds which this plugin is disabled in
|
||||||
# Remove the [] before you enter world names
|
# Remove the [] before you enter world names
|
||||||
# Default: []
|
# Default: []
|
||||||
|
@ -334,11 +349,17 @@ gui-icon:
|
||||||
- GLOWSTONE
|
- GLOWSTONE
|
||||||
point:
|
point:
|
||||||
- STONE_BUTTON
|
- STONE_BUTTON
|
||||||
|
popper:
|
||||||
|
- POPPED_CHORUS_FRUIT
|
||||||
|
- CHORUS_FRUIT_POPPED
|
||||||
|
pulse:
|
||||||
|
- REDSTONE_TORCH
|
||||||
|
- REDSTONE_TORCH_ON
|
||||||
quadhelix:
|
quadhelix:
|
||||||
- NAUTILUS_SHELL
|
- NAUTILUS_SHELL
|
||||||
- ACTIVATOR_RAIL
|
- ACTIVATOR_RAIL
|
||||||
rings:
|
rings:
|
||||||
- STRING
|
- LEAD
|
||||||
sphere:
|
sphere:
|
||||||
- HEART_OF_THE_SEA
|
- HEART_OF_THE_SEA
|
||||||
- SNOWBALL
|
- SNOWBALL
|
||||||
|
@ -351,8 +372,15 @@ gui-icon:
|
||||||
thick:
|
thick:
|
||||||
- COBWEB
|
- COBWEB
|
||||||
- WEB
|
- WEB
|
||||||
|
twins:
|
||||||
|
- OAK_FENCE
|
||||||
|
- FENCE
|
||||||
vortex:
|
vortex:
|
||||||
- GLOWSTONE_DUST
|
- GLOWSTONE_DUST
|
||||||
|
whirl:
|
||||||
|
- FEATHER
|
||||||
|
whirlwind:
|
||||||
|
- STRING
|
||||||
wings:
|
wings:
|
||||||
- ELYTRA
|
- ELYTRA
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue