A chat plugin that adds local, global, world, biome chat channels
Spoiler: config.yml
Code (YAML):
distance
: '25'
message
: '
[ prefix
] &r&7&l | &e&o
[ sender
] &7> &f
[ message
] '
ShowPlayersSeen
: true
local :
enabled
: true
prefix
: '&l&6Local'
global :
enabled
: true
prefix
: '&l&6Global'
prefix-command
:
"global"
biome :
enabled
: true
ShowBiomeName
: true
name-prefix
: '&l&6
[ name
] '
prefix
: '&l&6Biome'
prefix-command
:
"biome"
world :
enabled
: true
ShowWorldName
: true
name-prefix
: '&l&6
[ name
] '
prefix
: '&l&6World'
prefix-command
:
"world"
Spoiler: biomes.yml
Code (YAML):
badlands
:
"Badlands"
bamboo_jungle
:
"Bamboo Jungle"
basalt_deltas
:
"Basalt Deltas"
beach
:
"Beach"
birch_forest
:
"Birch Forest"
cherry_grove
:
"Cherry Grove"
cold_ocean
:
"Cold Ocean"
crimson_forest
:
"Crimson Forest"
dark_forest
:
"Dark Forest"
deep_cold_ocean
:
"Deep Cold Ocean"
deep_dark
:
"Deep Dark"
deep_frozen_ocean
:
"Deep Frozen Ocean"
deep_lukewarm_ocean
:
"Deep Lukewarm Ocean"
deep_ocean
:
"Deep Ocean"
desert
:
"Desert"
dripstone_caves
:
"Dripstone Caves"
end_barrens
:
"End Barrens"
end_highlands
:
"End Highlands"
end_midlands
:
"End Midlands"
eroded_badlands
:
"Eroded Badlands"
flower_forest
:
"Flower Forest"
forest
:
"Forest"
frozen_ocean
:
"Frozen Ocean"
frozen_peaks
:
"Frozen Peaks"
frozen_river
:
"Frozen River"
grove
:
"Grove"
ice_spikes
:
"Ice Spikes"
jagged_peaks
:
"Jagged Peaks"
jungle
:
"Jungle"
lukewarm_ocean
:
"Lukewarm Ocean"
lush_caves
:
"Lush Caves"
mangrove_swamp
:
"Mangrove Swamp"
meadow
:
"Meadow"
mushroom_fields
:
"Mushroom Fields"
nether_wastes
:
"Nether Wastes"
ocean
:
"Ocean"
old_growth_birch_forest
:
"Old Growth Birch Forest"
old_growth_pine_taiga
:
"Old Growth Pine Taiga"
old_growth_spruce_taiga
:
"Old Growth Spruce Taiga"
plains
:
"Plains"
river
:
"River"
savanna
:
"Savanna"
savanna_plateau
:
"Savanna Plateau"
small_end_islands
:
"Small End Islands"
snowy_beach
:
"Snowy Beach"
snowy_plains
:
"Snowy Plains"
snowy_slopes
:
"Snowy Slopes"
snowy_taiga
:
"Snowy Taiga"
soul_sand_valley
:
"Soul Sand Valley"
sparse_jungle
:
"Sparse Jungle"
stony_peaks
:
"Stony Peaks"
stony_shore
:
"Stony Shore"
sunflower_plains
:
"Sunflower Plains"
swamp
:
"Swamp"
taiga
:
"Taiga"
the_end
:
"The End"
the_void
:
"The Void"
warm_ocean
:
"Warm Ocean"
warped_forest
:
"Warped Forest"
windswept_forest
:
"Windswept Forest"
windswept_gravelly_hills
:
"Windswept Gravelly Hills"
windswept_hills
:
"Windswept Hills"
windswept_savanna
:
"Windswept Savanna"
wooded_badlands
:
"Wooded Badlands"
world
:
"Overworld"
world_nether
:
"Nether"
world_the_end
:
"The End"
Current permissions
Spoiler: permissions
Code (YAML):
permissions :
rangedchat.show-messages.all :
description
: Allows the user to see
all messages being sent
default
: op
rangedchat.edit-distance :
description
: Allows the user to change the distance for localchat
default
: op
rangedchat.disable.channels :
description
: Allows the user to disable
any channel ingame
default
: op
You can change the biome/world names in the boimes.yml