LobNote
This plugin is currently under development, but the latest build is mostly stable. Stable version coming soon
NOTE:
If you want to use holograms with placeholders, you need PlaceholderAPI ( https://www.spigotmc.org/resources/placeholderapi.6245/) and ProtocolLib ( https://www.spigotmc.org/resources/protocollib.1997/)
Commands:
/lobnote help - Prints out a help message
/lobnote setlobby - Sets the lobby
/lobnote reload - Reloads the config
/lobnote gui - Opens the GUI [BETA]
/lobnote holograms - Shows info on the holograms [BETA]
/lobby - Teleports you to the lobby
/lobnote setspawn - Sets the world spawn
/spawn - Teleports you to the spawn
/help - Shows the help message (Configurable in the config)
/rules - Shows the rules (Configurable in the config)
Aliases:
/ln - Alias for the /lobnote command.
/l - Alias for the /lobby command.
/s - Alias for the /spawn command
Permissions:
lobnote.lobby - The /lobby command permission
lobnote.holograms - The /lobnote hologram and /lobnote holograms command permission
lobnote.gui - The /lobnote gui permission.
lobnote.help - The help message permission
lobnote.reload - The reload permission
lobnote.setlobby - The /lobnote setlobby permission
lobnote.setspawn - The /lobnote setspawn permisson
lobnote.spawn - The /spawn permission
lobnote.holograms - The /lobnote holograms permission
lobnote.holograms.create - The /lobnote hologram create permission
lobnote.holograms.delete - The /lobnote hologram delete permission
If you need help, or find any bugs, feel free to leave a review and let me know.
Please rate it!
To do:
- /setspawn feature - DONE
- ingame scoreboard feature - In progress
- make blocks unbreakable in the lobby - DONE
Config:
#Lobby on join: If true, teleports the player to the lobby at joining.
lobby-on-join : true
#Enabled worlds: Changes what world the plugin is enabled in.
enabled-worlds :
- world
#Spawn on join: If true, teleports the player to the spawn at joining.
spawn-on-join : false
#Join message: If true, it will send a join message with all the server information.
join-message : true
#Anti-void: Teleports you to the spawn if you are in the void
anti-void : true
#Server website: The website of your server
server-website : 'www.example.com'
#Server ip: The ip of your server
server-ip : 'play.example.com'
#Server store: Your server store
server-store : 'store.example.com'
#Lobby wait tile: The time that it takes for the player to be teleported to the lobby when he executes the /lobby command (Based on ticks)
lobby-wait-time : 20 #This is in ticks. 20 ticks = 1 second INTEGERS ONLY (No decimals!)
#Spawn wait tile: The time that it takes for the player to be teleported to the lobby when he executes the /spawn command (Based on ticks)
spawn-wait-time : 20 #This is in ticks. 20 ticks = 1 second INTEGERS ONLY (No decimals!)
#Make blocks unbreakable in the lobby world
blocks-in-lobby-unbreakable : true
#Disables or enables the Player Hider item
player-hider : true
#Disables or enables the Server Information item
server-information : true
#Disables or enables hunger
disable-hunger : true
#Disables or enables damage:
disable-damage : true
#Enables or disables jump pads
jump-pads : true
jump-pad-config:
block-on-top : STONE_PRESSURE_PLATE
block_on_bottom : REDSTONE_BLOCK
#Configures the message sent when the item is clicked
server-info-message-config :
- '&6play.example.com'
- '&cwww.example.com'
#Custom MOTD enabled: Changes if this plugin will change the MOTD.
custom-motd-enabled : true
#MOTD:
Motd : 'Come join Example.net!'
#Tab List Enabled: Changes if this plugin will change the TabList.
custom-tablist-enabled : true
#TabList
tablist:
header : 'yo'
footer : 'wassup'
#Configuration for the /rules command and the /help command
rules :
- 'Example rule'
- 'Example rule x2'
help :
- '&6Test'
- '&cTest2'
#END OF CONFIG
#DO NOT TOUCH (unless you want to mess something up ¯\_(ツ)_/¯)
lobby-location:
world:
x:
y:
z :
Join the discord for support and more!
https://discord.gg/hdcGB25
This plugin is currently under development, but the latest build is mostly stable. Stable version coming soon
NOTE:
If you want to use holograms with placeholders, you need PlaceholderAPI ( https://www.spigotmc.org/resources/placeholderapi.6245/) and ProtocolLib ( https://www.spigotmc.org/resources/protocollib.1997/)
Commands:
/lobnote help - Prints out a help message
/lobnote setlobby - Sets the lobby
/lobnote reload - Reloads the config
/lobnote gui - Opens the GUI [BETA]
/lobnote holograms - Shows info on the holograms [BETA]
/lobby - Teleports you to the lobby
/lobnote setspawn - Sets the world spawn
/spawn - Teleports you to the spawn
/help - Shows the help message (Configurable in the config)
/rules - Shows the rules (Configurable in the config)
Aliases:
/ln - Alias for the /lobnote command.
/l - Alias for the /lobby command.
/s - Alias for the /spawn command
Permissions:
lobnote.lobby - The /lobby command permission
lobnote.holograms - The /lobnote hologram and /lobnote holograms command permission
lobnote.gui - The /lobnote gui permission.
lobnote.help - The help message permission
lobnote.reload - The reload permission
lobnote.setlobby - The /lobnote setlobby permission
lobnote.setspawn - The /lobnote setspawn permisson
lobnote.spawn - The /spawn permission
lobnote.holograms - The /lobnote holograms permission
lobnote.holograms.create - The /lobnote hologram create permission
lobnote.holograms.delete - The /lobnote hologram delete permission
If you need help, or find any bugs, feel free to leave a review and let me know.
Please rate it!
To do:
- /setspawn feature - DONE
- ingame scoreboard feature - In progress
- make blocks unbreakable in the lobby - DONE
Config:
Code (YAML):
#Lobby on join: If true, teleports the player to the lobby at joining.
lobby-on-join : true
#Enabled worlds: Changes what world the plugin is enabled in.
enabled-worlds :
- world
#Spawn on join: If true, teleports the player to the spawn at joining.
spawn-on-join : false
#Join message: If true, it will send a join message with all the server information.
join-message : true
#Anti-void: Teleports you to the spawn if you are in the void
anti-void : true
#Server website: The website of your server
server-website : 'www.example.com'
#Server ip: The ip of your server
server-ip : 'play.example.com'
#Server store: Your server store
server-store : 'store.example.com'
#Lobby wait tile: The time that it takes for the player to be teleported to the lobby when he executes the /lobby command (Based on ticks)
lobby-wait-time : 20 #This is in ticks. 20 ticks = 1 second INTEGERS ONLY (No decimals!)
#Spawn wait tile: The time that it takes for the player to be teleported to the lobby when he executes the /spawn command (Based on ticks)
spawn-wait-time : 20 #This is in ticks. 20 ticks = 1 second INTEGERS ONLY (No decimals!)
#Make blocks unbreakable in the lobby world
blocks-in-lobby-unbreakable : true
#Disables or enables the Player Hider item
player-hider : true
#Disables or enables the Server Information item
server-information : true
#Disables or enables hunger
disable-hunger : true
#Disables or enables damage:
disable-damage : true
#Enables or disables jump pads
jump-pads : true
jump-pad-config:
block-on-top : STONE_PRESSURE_PLATE
block_on_bottom : REDSTONE_BLOCK
#Configures the message sent when the item is clicked
server-info-message-config :
- '&6play.example.com'
- '&cwww.example.com'
#Custom MOTD enabled: Changes if this plugin will change the MOTD.
custom-motd-enabled : true
#MOTD:
Motd : 'Come join Example.net!'
#Tab List Enabled: Changes if this plugin will change the TabList.
custom-tablist-enabled : true
#TabList
tablist:
header : 'yo'
footer : 'wassup'
#Configuration for the /rules command and the /help command
rules :
- 'Example rule'
- 'Example rule x2'
help :
- '&6Test'
- '&cTest2'
#END OF CONFIG
#DO NOT TOUCH (unless you want to mess something up ¯\_(ツ)_/¯)
lobby-location:
world:
x:
y:
z :
Join the discord for support and more!
https://discord.gg/hdcGB25
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.16
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
LobNote is a free Minecraft Java mod. Compatible with Minecraft 1.16. Downloaded 780 times (via Spigot). Download it and open it directly in the game.