feat: transition to VexlioHub, clean up modules, add effects & localize configs
- Rename and relocate package from DeluxeHubReloaded to VexlioHub - Remove deprecated modules: antiwdl, scoreboard, tablist, pvp_mode, teleportation_bow, anti_swear, lockchat, vanish, holograms - Refactor all commands to standard Bukkit CommandExecutor/TabCompleter registered dynamically via Bukkit CommandMap - Add particle, sound, and trail configurations for launchpad and double jump modules - Implement actionbar announcements and join title welcome animation modules - Fully customize, translate to Czech, and restyle all configuration files in the 'uprava/' directory with the purple-cyan gradient theme
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
|
||||
# | VLASTNÍ PŘÍKAZY (CUSTOM COMMANDS) |
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
|
||||
# Pro úpravu těchto příkazů není nutný restart serveru.
|
||||
|
||||
version: 3.7.0
|
||||
|
||||
custom_commands:
|
||||
# Název příkazu (hlavní příkaz)
|
||||
website:
|
||||
# Aliasy pro příkaz
|
||||
aliases:
|
||||
- web
|
||||
# Akce, které se mají provést
|
||||
actions:
|
||||
- '[MESSAGE] <gradient:#9333EA:#06B6D4><bold>Web</bold></gradient> &8❙ &fwww.vexliomc.net'
|
||||
|
||||
clearinventory:
|
||||
# Hráči budou k provedení příkazu potřebovat toto oprávnění.
|
||||
permission: vexliolobby.clearinventory
|
||||
aliases:
|
||||
- ci
|
||||
actions:
|
||||
- '[COMMAND] minecraft:clear'
|
||||
- '[MESSAGE] %prefix% &7Tvůj inventář byl úspěšně vymazán.'
|
||||
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
|
||||
# | VEXLIOHUB PŘÍKAZY |
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
|
||||
# Při úpravě níže uvedených příkazů doporučujeme restartovat server.
|
||||
|
||||
commands:
|
||||
gamemode:
|
||||
enabled: true
|
||||
aliases:
|
||||
- gm
|
||||
gms:
|
||||
enabled: true
|
||||
gmc:
|
||||
enabled: true
|
||||
gma:
|
||||
enabled: true
|
||||
gmsp:
|
||||
enabled: true
|
||||
clearchat:
|
||||
enabled: true
|
||||
fly:
|
||||
enabled: true
|
||||
setlobby:
|
||||
enabled: true
|
||||
lobby:
|
||||
enabled: true
|
||||
buildmode:
|
||||
enabled: true
|
||||
aliases:
|
||||
- build
|
||||
Reference in New Issue
Block a user