Skip to content

Releases: Smudgge/Leaf

Version 4.0.1

13 Sep 17:43
Compare
Choose a tag to compare
- Fixed configuration not ordering correctly.

Installing

How to install

  • Download the Leaf-4.0.1.jar and drag it into your proxy server's plugin folder.
  • Restart the server.

Optional dependencies
https://builtbybit.com/resources/leaf-velocity-plugin.26200/field?field=dependencies

For admins updating from 2.X
See version 3.0.0 for migration details from 2.X to 3.X

Version 4.0.0 Discord Bot

13 Sep 15:59
Compare
Choose a tag to compare
- Added support for a discord bot. (You can add the bot by adding the token to the config.yml)
- Added discord support for Find.
- Added discord support for List.
- Added discord support for Chat.
- Added discord support for Servers.
- Added discord support for Info.
- Added new event discordmessage

Visit the wiki for more information!

Why is the file size so large?
The dependencies used have to be shaded and they take up a lot of space:
Discord Support ~10mib
Database Support ~10mib

Installing

How to install

  • Download the Leaf-4.0.0.jar and drag it into your proxy server's plugin folder.
  • Restart the server.

Optional dependencies
https://builtbybit.com/resources/leaf-velocity-plugin.26200/field?field=dependencies

For admins updating from 2.X
See version 3.0.0 for migration details from 2.X to 3.X

Version 3.11.0 Find Command Update

11 Sep 20:59
Compare
Choose a tag to compare
- Added option to find your self with no arguments.
- Fixed configuration throwing errors when a key is true or false.
- Fixed configuration not loading the default configs.

Installing

How to install

  • Download the Leaf-3.11.0.jar and drag it into your proxy server's plugin folder.
  • Restart the server.

Optional dependencies
https://builtbybit.com/resources/leaf-velocity-plugin.26200/field?field=dependencies

For admins updating from 2.X
See version 3.0.0 for migration details from 2.X to 3.X

Version 3.10.0 Configuration Options

05 Sep 17:29
Compare
Choose a tag to compare
- Upgraded configuration API (Let me know if you encounter any errors)
- Added event permission option.
- Added time stamp option to discord webhooks.
- Added optional see_sound for all alert commands.
- Added message list option for most commands.

Installing

How to install

  • Download the Leaf-3.10.0.jar and drag it into your proxy server's plugin folder.
  • Restart the server.

Optional dependencies
https://builtbybit.com/resources/leaf-velocity-plugin.26200/field?field=dependencies

For admins updating from 2.X
See version 3.0.0 for migration details from 2.X to 3.X

Version 3.9.0 Command Syntax

04 Sep 17:22
Compare
Choose a tag to compare
- Added option to change command syntax. This will normally default to a basic syntax.

Example

alert:
  type: "alert"
  enabled: true
  name: "alert"

  # The placeholder [name] will be replaced with the command name.
  syntax: "/[name] [message]"

  permission: "leaf.alert"
  # %message% : The alert message.
  message: "&8&l[&f&lAlert&8&l]&r &a%message%"

Installing

How to install

  • Download the Leaf-3.9.0.jar and drag it into your proxy server's plugin folder.
  • Restart the server.

Optional dependencies
https://builtbybit.com/resources/leaf-velocity-plugin.26200/field?field=dependencies

For admins updating from 2.X
See version 3.0.0 for migration details from 2.X to 3.X

Version 3.8.0

03 Sep 15:46
Compare
Choose a tag to compare
- Added ping placeholder.

Example of ping command.

ping:
  type: "find"
  name: "ping"
  not_found: "{error_colour}Player could not be found."
  found: "&f<player> &7has &e<ping> &7ping"
  sound: "BLOCK_NOTE_BLOCK_XYLOPHONE"

Example in find command.

find:
  type: "find"
  name: "find"
  not_found: "{error_colour}Player could not be found."
  found: "{message} {rank_prefix}{rank_colour}<player> &e<ping> &f<tps>&r &awas found on {server_formatted}"
  sound: "BLOCK_NOTE_BLOCK_XYLOPHONE"

Installing

How to install

  • Download the Leaf-3.8.0.jar and drag it into your proxy server's plugin folder.
  • Restart the server.

Optional dependencies
https://builtbybit.com/resources/leaf-velocity-plugin.26200/field?field=dependencies

For admins updating from 2.X
See version 3.0.0 for migration details from 2.X to 3.X

Version 3.7.0 Server Brand

01 Sep 19:08
Compare
Choose a tag to compare
- Added option to change ping branding and in game branding.

Add this to your config.yml to edit.

# Change the server's brand.
brand:
  # The brand shown in ping.
  ping:
    enabled: false
    brand: "None"
  # The in game brand.
  in_game:
    enabled: false
    brand: "None"

Installing

How to install

  • Download the Leaf-3.7.0.jar and drag it into your proxy server's plugin folder.
  • Restart the server.

Optional dependencies
https://builtbybit.com/resources/leaf-velocity-plugin.26200/field?field=dependencies

For admins updating from 2.X
See version 3.0.0 for migration details from 2.X to 3.X

Version 3.6.3

10 Aug 16:47
Compare
Choose a tag to compare
- Fixed placeholders in friends.

Installing

How to install

  • Download the Leaf-3.6.3.jar and drag it into your proxy server's plugin folder.
  • Restart the server.

Optional dependencies
https://builtbybit.com/resources/leaf-velocity-plugin.26200/field?field=dependencies

For admins updating from 2.X
See version 3.0.0 for migration details from 2.X to 3.X

Version 3.6.2

10 Aug 14:52
Compare
Choose a tag to compare
- Fixed inventory bug when legacy colours are used.

Installing

How to install

  • Download the Leaf-3.6.2.jar and drag it into your proxy server's plugin folder.
  • Restart the server.

Optional dependencies
https://builtbybit.com/resources/leaf-velocity-plugin.26200/field?field=dependencies

For admins updating from 2.X
See version 3.0.0 for migration details from 2.X to 3.X

Version 3.6.1

09 Aug 18:53
Compare
Choose a tag to compare
- Fixed placeholders and colours.

Hex colour format has changed from &#123456 to <#123456>

Installing

How to install

  • Download the Leaf-3.6.1.jar and drag it into your proxy server's plugin folder.
  • Restart the server.

Optional dependencies
https://builtbybit.com/resources/leaf-velocity-plugin.26200/field?field=dependencies

For admins updating from 2.X
See version 3.0.0 for migration details from 2.X to 3.X