Skip to content

Releases: BlockhostOfficial/ViaVersionLimiter

v1.2 - Small bossbar fix

30 Jan 15:05
Compare
Choose a tag to compare

Fixes an issue where there were multiple boss-bars instead of one.

v1.1 - Fixes & New features

26 Jan 21:15
Compare
Choose a tag to compare

Changelog:

  • Fixed the overall functionality
  • Message: a message can be shown to players that are using the versions from "versions: []" (unless whitelist is set to false). The message can be shown on join, on server change and it can be automatically broadcasted with a configured time
  • Boss bar and action bar: the same thing with versions. Boss bar color is configurable.

Join the discord for bug reports and suggestions: https://discord.gg/GcemTB848R

Full new config:

# ViaVersionLimiter
# by Blockhost.net
# Support Discord: https://discord.gg/GcemTB848R

# Enable the plugin, false by default so you can configure it correctly
enable: false

# Example:
# if 'whitelist' set to true and 'versions' are 759 and 760 (1.19-1.19.2), only 1.19-1.19.2 versions will be able to join without having to join through nosupport.test.org
# if 'whitelist' set to false and 'versions' are 759 and 760 (1.19-1.19.2), only 1.19-1.19.2 versions will have to join through nosupport.test.org

# If set to false, plugin will act like a blacklist
whitelist: true
# Useful if you're using 'whitelist: false' and have many versions: https://via.krusic22.com/
# alternatively: http://wiki.vg/Protocol_version_numbers
versions: [759, 760]
kick-message:
  - ''
  - '&cPlease join with 1.19.2,'
  - '&calternatively use the domain nosupport.test.org but you won''t receive help!'
allowed-domain: nosupport.test.org

# All of the settings below will be shown to the versions from "versions: []" unless whitelist is set to false, then it will be the reverse. It doesn't matter what IP player joins through.

# Message that will be shown to all the players who joined through nosupport.test.org
enable-message: true
message:
  - "&cYou're using an unsupported version!"
  - "&cYou will not receive help and your bugs won't be fixed!"
  - "&ePlease use 1.19.3!"
# show the message to the player on join
on-join: true
# show the message to the player on server change
on-server-change: true
# show the message to the player every 600 seconds (default)
broadcast: true
broadcast-delay: 600 # seconds

# Bossbar that is shown all the time to players who joined through nosupport.test.org
# Applicable colors: RED, BLUE, GREEN, PINK, PURPLE, WHITE, YELLOW
bossbar: true
bossbar-message: "&cUNSUPPORTED VERSION! USE 1.19.3"
bossbar-color: RED

# Action bar that is shown all the time to players who joined through nosupport.test.org
actionbar: true
actionbar-message: '&cUNSUPPORTED VERSION! USE 1.19.3'

v1.0 - First version

23 Dec 08:55
5063d08
Compare
Choose a tag to compare

First version!