Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Releases: Devidian/oz_rw_plugin_discord

[0.15.0] - 2019-05-10

10 May 20:26

Choose a tag to compare

Added

  • DiscordBot now send reaction if command was executed successfully
  • New tracking of badass actions with new webhook url
    • tracking mount kills
    • tracking non hostile animal kills
    • tracking pickup of items like workbenches
  • Settings for Badass Tracker
    • postTrackedEvents enables or disables this feature
    • webHookTrackUrl set the webhook where the messages will be posted to
    • trackServerLogLevel set the log level to send messages into server log files
    • trackMountKill enable or disable tracking of killed mounts
    • trackNonHostileAnimalKill enable or disable tracking of non hostile animals
    • trackPickupCraftingStation enable or disable tracking of pickup non related stuff
  • Public API for Status messages
  • Restart scheduler
  • Settings for Restart scheduler
    • restartTimed enables or disables this feature
    • restartTimes times to restart (hh:mm), multiple seperated by |
    • forceRestartAfter minutes after restart is forced and players kicked (0 to disable forced-restart)
  • New Discord informational commands
    • ?weather shows the current ingame weather
    • ?time shows the current ingame time
    • ?banned shows a list of banned players with name, UID and reason
  • New Discord admin commands
    • /unban [UID] unban a player by his uid
    • /tptp [PLAYER_A] [PLAYER_B] teleport Player A to Player B if both are online
    • /mkadmin [PLAYER] grant player admin status
    • /unadmin [PLAYER] revoke player admin status
    • /setweather [Weather] set weather on the server
    • /settime [HOUR] [MINUTE] set current ingame time
    • /sethealth [PLAYER] [VALUE] set players health to value
    • /sethunger [PLAYER] [VALUE] set players hunger to value
    • /setthirst [PLAYER] [VALUE] set players thirst to value
  • New Settings
    • restartAdminOnly if set to true only admins can trigger ingame restart (default=true)
    • botCMD* for discord bot commands. Will disable(0), enable for all(1) or enable just for admins(2)

Fixed

  • Exception thrown when typeing /gi without parameter
  • JavaCordBot removes now all listener on disconnect
  • noColorText regexp was missing numbers

Changed

  • default language of *.md files is now English
  • informational command prefix is now ? instead of ! see ?help in discord or README
  • setting allowRestart will disable ingame restart command for all now if set to false

Updated

  • Maven dependencies (JavaCord 3.0.1 -> 3.0.4)

[0.13.0] - 2019-03-15

15 Mar 20:00

Choose a tag to compare

Changed

  • now using tools.jar in version 0.4.1
  • text colors were removed from DiscordWebHook class, now Colors from tools will be used
  • motd removed, its now called plugin welcome message and can only be turned on/off in the settings. The text definition has moved to the language files so every user can read the plugin welcome in his language (so far translated)
  • Plugin enabled message now triggert in onEnabled
  • initSettings now sends settings loaded message to serverlog

Added

  • if you write +sceen into a chat message, a screenshot will be uploaded that can be viewed in discord (not ingame)
  • in the settings.properties you can set screenshots on/off and the maximum screen resolution (width of the image)
  • support messages will always have a screenshot attached (may change in future)

[0.11.5] - 2019-01-27

27 Jan 19:52

Choose a tag to compare

Changed

  • the plugin-shared lib tools.jar must now be placed into /plugins/shared/lib/tools.jar

[0.11.4] - 2019-01-26

26 Jan 16:52

Choose a tag to compare

Changed

  • tools.jar updated to 0.2.0