You also need this Plugin:
- LabyModAPI
-
This plugin is already included in the download!
With this Plugin your Minecraft Server can connect with your LabyMod Client (1.8-1.17.1)
If you need help by something join the Discord-Server:
Click
Functions:
- LabyMod Subtitles
- LabyMod TablistFlag
- LabyMod Server Banner
- LabyMod Watermark
- LabyMod Discord Rich Presence
- LabyMod Action Menu
- LabyMod Subtitles
- LabyMod Discord Rich Presence
- LabyMod Playing Gamemode
- write in the Comments what i should add next...
Some Pictures:
Config of the Plugin:
Code (YAML):
#================================[Addon]====================================
Version
: 1.3
#===========================================================================
Subtitle
:
# -> Set the value on flase if you want to disable this function.
enabled
: true
# -> Insert the text that should appear under the team name.
subtitles
:
- 'Example1'
- 'Example2'
# -> Write the permission of the subtitle here.
permissions
:
- 'PermExample1'
- 'PermExample2'
#===========================================================================
TablistBanner
:
# -> Set the value on flase if you want to disable this function.
enabled
: true
# -> Please insert the link to the picture here.
# -> Size of the Picture should be 1280x256
banner
: 'https://example.at/example.png'
#===========================================================================
TablistFlag
:
# -> Set the value on flase if you want to disable this function.
enabled
: true
#===========================================================================
Watermark
:
# -> Set the value on flase if you want to disable this function.
# -> This function might interfere with the tablist so that you can’t open it.
enabled
: true
#===========================================================================
GameInfo
:
# -> Set the value on flase if you want to disable this function.
enabled
: true
# -> Please insert true or false if the player should be displayed as hasgame or not.
hasgame
: true
# -> Please insert the Text that should be displayed in Discord.
gameinfo
: 'Plays on Example.at'
#===========================================================================
PlaysNow
:
# -> Set the value on flase if you want to disable this function.
enabled
: true
# -> Please insert the Text that should be displayed on join. Example:
# - Ingame it looks like this: (Plays now "with LabyMod"). "Plays now" is not changable.
gamemode
: 'with LabyMod'
#===========================================================================
ActionMenu
:
# -> Set the value on flase if you want to disable this function.
enabled
: true
# -> title = Name of the selectable menu
# -> type = NONE, CLIPBOARD, RUN_COMMAND, SUGGEST_COMMAND, OPEN_BROWSER
# -> value = Text to be copied, executed or opened
# - Use {name} to insert the name of the player
Action1:
title
: Copy Text
type
: CLIPBOARD
value
: This is an Example
Action2:
title
: Run Command
type
: RUN_COMMAND
value
: /help
Action3:
title
: Suggest Command
type
: SUGGEST_COMMAND
value
: /help
Action4:
title
: Open Website
type
: OPEN_BROWSER
value
: https://examplewebsite.at
# To add more menus just copy and paste an action
# plus you have to change the action number to the next larger one (max. 20)
#Action5:
# title: ''
# type: ''
# value: ''
#===========================================================================
Documentation from the API:
https://docs.labymod.net/pages/server/introduction/
Website from the API:
https://labymod.net
GitHub from the API:
https://github.com/labymod
![[IMG]](/proxy/image?url=https%3A%2F%2Fbstats.org%2Fsignatures%2Fbukkit%2FLabyModAddon.svg)