Download EcoLobby — Minecraft Mods — ModStock

EcoLobby

Active

Downloads

0

Last update

8 months ago

Versions

1.12 — 1.21.1
Server
Control
Utils

Banner

config.yml ```yml # ╔═════════════════════════════════════════════════════════════╗ # ║ ║ # ║ ____ ___ _____ __ _____ ____ ____ _ _ ║ # ║ ( ___)/ __)( _ ) ( ) ( _ )( _ \( _ \( \/ ) ║ # ║ )__)( (__ )(_)( )(__ )(_)( ) _ < ) _ < \ / ║ # ║ (____)\___)(_____) (____)(_____)(____/(____/ (__) ║ # ║ ║ # ╚═════════════════════════════════════════════════════════════╝ # # ╔═════════════════════════════════════════════════════════════╗ # ║ PLUGIN PLACEHOLDERS ║ # ║ ║ # ║ * %prfx% - Prefix in the messages.yml file ║ # ║ * %player% - Player nickname ║ # ║ * %online% - Server online ║ # ║ * %NL% - New line ║ # ║ ║ # ║ You can also use placeholders from PlaceholderAPI ║ # ║ and hex colors (1.16.5 and higher) ║ # ║ * Format: #color ║ # ║ * Example: #ffaa00 ║ # ║ ║ # ╚═════════════════════════════════════════════════════════════╝ # ╔═════════════════════════════════════════════════════════════╗ # ║ AVAILABLE ACTIONS ║ # ║ ║ # ║ For anything with an "actions" parameter: ║ # ║ ║ # ║ * "[MSG] msg" - Send a message to a player ║ # ║ * "[MM] msg" - Send a message as MiniMessage ║ # ║ * "[BROADCAST] msg" - Broadcast message to server ║ # ║ * "[TITLE] msg;sub_msg" - Send title to a player ║ # ║ * "[ACTIONBAR] msg" - Send action-bar message ║ # ║ * "[PLAYER] command" - Execute command as player ║ # ║ * "[CONSOLE] command" - Execute command as console ║ # ║ * "[CONNECT] server" - Switch to BungeeCord/Velocity ║ # ║ * "[SOUND] sound;volume;pitch" - Play a sound for player ║ # ║ * "[TELEPORT_TO_SPAWN]" - Teleport player to spawn ║ # ║ ║ # ╚═════════════════════════════════════════════════════════════╝ config_version: 1.3.0 # DON'T CHANGE check_updates: true # Checking for a new plugin version # Available languages: en and ru language: en Whitelist: enabled: false players: - "Baraban4ik" Blacklist: enabled: false players: - "Baraban4ik" Join: # Teleport to spawn when joining a server teleport_to_spawn: true # Actions to when joining a server actions: - "[TITLE]#aee495WELCOME;&7Thanks for using EcoLobby" - "[MSG]" - "[MSG] #aee495EcoLobby" - "[MSG] &7Thanks for using EcoLobby" - "[MSG]" - "[MSG] #f2ede0Welcome!" - "[MSG] #f2ede0You've joined the Main Lobby" - "[MSG]" - "[MSG] #f2ede0Server site: #aee495ᴡᴡᴡ.sᴇʀᴠᴇʀɴᴀᴍᴇ.ᴄᴏᴍ" - "[MSG]" # Play music when joining a server # NoteBlockAPI required music: enabled: false # You need to place the .nbs file in the tracks folder # And select this file here, example: track: - "music.nbs". tracks: - "music.nbs" # NO - Don't repeat # YES - Repeat repeat: NO # Clearing chat when joining a server clear_chat: false Leave: # Clearing items when leaving a server clear_items: false Player: gamemode: ADVENTURE # Available gamemodes: ADVENTURE, CREATIVE, SPECTATOR, SURVIVAL health: 2 # Number of hearts the player has, 1 is half a heart food_level: 20 # Player's hunger amount level_exp: 0 # Player effects such as: SPEED (TIME: 0 means infinite) # USAGE: 'EFFECT:LEVEL:TIME:PARTICLE' effects: - "SPEED:1:0:false" abilities: disable_chat: true # Disable ability to write to chat disable_commands: # Disable ability to use commands enabled: true tab_complete: false allowed: # Allowed commands to use - 'login' - 'l' - 'register' - 'reg' - 'recovery' - 'confirm' - 'changepassword' disable_damage: true # Disable ability to take damage disable_hunger: true # Disable ability to hunger disable_movements: false # Disable ability to movements enable_fly: false # Enable ability to fly blocks: disable_break: true # Disable ability to break blocks disable_place: true # Disable ability to place blocks disable_interact: true # Disable ability to interact blocks use_deny_message: true # Send deny message use_particle_effect: true # Show the particle effects use_deny_sound: # Play deny sound enabled: true sound: BLOCK_NOTE_BLOCK_PLING items: disable_move: true # Disable ability to move items disable_drop: true # Disable ability to drop items disable_pickup: true # Disable ability to pickup items # Play deny sound use_deny_sound: enabled: true sound: BLOCK_NOTE_BLOCK_PLING World: time: 6000 # Set the time in worlds # Setting game rules in the worlds is the same as the /gamerule command # Get the game rules from here https://minecraft.fandom.com/wiki/Game_rule rules: doDaylightCycle: false doWeatherCycle: false doMobSpawning: false jump_into_the_void: enabled: true height: 0.0 # The height at which this should work actions: - "[TELEPORT_TO_SPAWN]" # Execute actions when jumping into the void Hiders: hide_stream: true # Hide messages about join, leave, death, etc. hide_players: true # Hide players from each other ```
Text version # Dependencies - NoteBlockAPI (optional) - PlaceholderAPI (optional) # Commands and Permissions **/el reload** - Reload plugin configuration\ Permission required: ecolobby.reload **/el give (player) ** - Give out a custom items\ Permission required: ecolobby.give **/setspawn (main / first)** - Set spawn main or first\ Permission required: ecolobby.setspawn **/spawn** - Teleport to the spawn\ Permission required: ecolobby.spawn **ecolobby.\***\ Includes all permissions **ecolobby.bypass.\***\ Includes all permissions to bypass restrictions **ecolobby.bypass.movements**\ Permission to bypass a movement restriction **ecolobby.bypass.chat**\ Permission to bypass chat restriction **ecolobby.bypass.commands**\ Permission to bypass to use commands restriction **ecolobby.bypass.block.break**\ Permission to bypass block break restriction **ecolobby.bypass.block.place**\ Permission to bypass block place restriction **ecolobby.bypass.items.move**\ Permission to bypass on movement items restriction **ecolobby.bypass.items.drop**\ Permission to bypass on drop items restriction **ecolobby.bypass.items.drop**\ Permission to bypass on pickup items restriction
Project members
Baraban4ik

Baraban4ik

Developer