This repository was archived by the owner on Dec 3, 2025. It is now read-only.
Releases: Devidian/oz_rw_plugin_discord
Releases · Devidian/oz_rw_plugin_discord
[0.15.0] - 2019-05-10
Added
- DiscordBot now send reaction if command was executed successfully
- New tracking of
badassactions with new webhook url- tracking mount kills
- tracking non hostile animal kills
- tracking pickup of items like workbenches
- Settings for
Badass TrackerpostTrackedEventsenables or disables this featurewebHookTrackUrlset the webhook where the messages will be posted totrackServerLogLevelset the log level to send messages into server log filestrackMountKillenable or disable tracking of killed mountstrackNonHostileAnimalKillenable or disable tracking of non hostile animalstrackPickupCraftingStationenable or disable tracking of pickup non related stuff
- Public API for Status messages
- Restart scheduler
- Settings for
Restart schedulerrestartTimedenables or disables this featurerestartTimestimes to restart (hh:mm), multiple seperated by|forceRestartAfterminutes after restart is forced and players kicked (0 to disable forced-restart)
- New Discord
informationalcommands?weathershows the current ingame weather?timeshows the current ingame time?bannedshows a list of banned players with name, UID and reason
- New Discord
admincommands/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
restartAdminOnlyif 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
/giwithout parameter - JavaCordBot removes now all listener on disconnect
noColorTextregexp was missing numbers
Changed
- default language of *.md files is now English
- informational command prefix is now
?instead of!see?helpin discord or README - setting
allowRestartwill 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
Changed
- now using tools.jar in version 0.4.1
- text colors were removed from
DiscordWebHookclass, now Colors from tools will be used - motd removed, its now called
plugin welcome messageand 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
+sceeninto a chat message, a screenshot will be uploaded that can be viewed in discord (not ingame) - in the
settings.propertiesyou 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
Changed
- the plugin-shared lib
tools.jarmust now be placed into/plugins/shared/lib/tools.jar
[0.11.4] - 2019-01-26
Changed
- tools.jar updated to 0.2.0