A logger to log all renames for beds & sleepingbags into a folder.

Supported Games
GameServerKingsGameServerKings

What is it?

This is a simple plugin, that lets you monitor all bed and bag renames.

Usage

People are changing bag names to racist or inappropriate names? With this plugin you can take care of these people by checking who did it! Just install & punish!

Localization

{0} - X Y Z position

{1} - Player name

{2} - Player ID

{3} - Old Bed/Bag name

{4} - New Bed/Bag name


{
  "SleepingBagRename": "{0} {1}({2}) renamed sleeping bag from {3} to {4}",
  "BedRename": "{0} {1} ({2}) renamed bed from {3} to {4}"
}

Config

{
  "Discord webhook url": "Your discord webhook URL",
  "log to discord?": true
}

Where's the log folder?

Since the 1st log it should automatically create a folder and you can find logs here:

oxide/logs/BedNameLogs/bednamelogs_renames-xxxx-xx-xx.txt
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.