Skip to content

Releases: efekurbann/sync-commands

Version 4.0.1

07 Aug 21:24
Compare
Choose a tag to compare

What's new in this version?

  • Fixed issue #3
  • Fixed issue #4
  • Updated native spigot version

Future plans

  • More connection type.
  • More platform support.

Any kind of contribution is welcomed.
I am always open to new ideas, tell them via Issues or Discord!

Version 4.0.0

14 Jul 03:14
Compare
Choose a tag to compare

Velocity Support!

What's new in this version?

  • SyncCommands now supports Velocity! 3894d0c - 524da53
  • Changed the permission for both Bungeecord and Velocity to synccommands.proxy.admin. f093b42
  • Updated default config. 6c27929
  • Fixed multiple information messages when sending the command to more than one server on sockets. 0ef287c
  • Moved Scheduler implementing classes to impl package. 4083638
  • Renamed module and folder names. 10a962b
  • servers section is now nullable. If you don't want to use it, you can just delete that section. ca88493

Future plans

  • More connection type.
  • More platform support.

Any kind of contribution is welcomed.
I am always open to new ideas, tell them via Isses or Discord!

Version 3.1

10 Jun 18:39
Compare
Choose a tag to compare

Hello, Minecraft 1.19!

What's new in this version?

  • Upgraded Jedis version
  • Upgraded Spigot version
  • Upgraded Bungeecord version
  • Relocated RabbitMQ Driver
  • Changed plugin's description

Future plans

  • More connection type.
  • More platform support.

Any kind of contribution is welcomed.
I am always open to new ideas, tell them via Isses or Discord!

Rar file contains both spigot and bungeecord jar.

Version 3.0

05 Jun 19:31
Compare
Choose a tag to compare

What's new in this version?

Future plans

  • More connection type.
  • More platform support.

What is autosync-mode?:

Are you going to sync lots of command but you don't want to add /sync <server/group> everytime?
This is for you. You can enable this mode using /sync <server/group> and disable it with the same command.
Any command will be synced while this mode is enabled. In case of you forget to disable the mode, it will be disabled after 5 minutes.

What is group system and how it works?:

You just need to add groups section to your config.yml. An example can be found in here
Then restart your server and you are ready. You can simply sync commands with /sync <group/server>


Any kind of contribution is welcomed.
I am always open to new ideas, tell them via Isses or Discord!

Rar file contains both spigot and bungeecord jar.

Version 2.0

30 Apr 23:06
Compare
Choose a tag to compare

What's new in this version?

Future plans

  • More connection type. Such as RabbitMQ, PluginMessaging and LilyPad.
  • More platform support. I don't want to stuck with bungee and spigot only. Such as Sponge and Velocity.

Any kind of contribution is welcomed.
I am always open to new ideas, tell them via Isses or Discord!

Zip file contains both spigot and bungeecord jar.

Version 1.1

14 Apr 16:04
Compare
Choose a tag to compare

What's new in this version?

  • Added UpdateChecker cdc98d3
  • Changed command permissions: Bungee: bsynccommands.admin Spigot: synccommands.admin f3f097d
  • All classes moved from xyz.efekurbann to io.github.efekurbann c5671fe
  • Code optimizations 293622f

Future plans

  • More connection type. Such as RabbitMQ, PluginMessaging and LilyPad.
  • More platform support. I don't want to stuck with bungee and spigot only. Such as Sponge and Velocity.

Any kind of contribution is welcomed.
I am always open to new ideas, tell them via Isses or Discord!

Version 1.0.1

31 Jan 18:50
Compare
Choose a tag to compare
  • added metrics (bstats)

First release - 1.0.0

29 Jan 12:36
1b7f729
Compare
Choose a tag to compare
Update README.md