Releases: Parkeymon/EXILED-SCP-SL-egg
Real Exiled Support
New Additions
From PR #15 there have been some additions like SCPDiscord support and general improvements.
Create issues on Github if there are any problems.
Beta Password Support
Adds the ability to use a beta password in the beta startup var
New DI Bot
This version should work with the new Discord Integration bot. #10
The configs for the bot will be in /home/container because the funny bot is no longer a JS bot and I cant patch the config path.
Also fixed #9 since it isnt used anymore anyways.
This version hasnt been tested too much but should work. Report any bugs to issues
Auto Bot Setup + Start.sh Dir Change
The start.sh
file for starting the servers has been moved to the .egg
directory so stuff that is egg related stays consolidated.
If you have a pre-existing server you may have to change your startup command since the start file has been moved.
Additionally the Discord Integration bot can automatically be setup.
All you need to do is fill out your bot token and server ID in startup variables, the bot port will automatically be set in both bot configs and in server configs. This should make it easier to quickly spin up and rearrange servers without manually configuring the discord bot.
As usual report any issues to GitHub.
Fix Private Repo Download
Change DI Bot Install Location
This release moves the Discord Integration bot from the main directory to .egg directory in its own folder so things stay clean as referenced in issue #2
Changes:
- A bit of cleanup.
- Change bot install directory.
- Add a patcher so the bot knows where to find the config file.
IMPORTANT!
You will need to copy your config.yml from /home/container
to /home/container/.egg/DIBot
to keep your settings!
Feel free to delete all of the old files in /home/container
they are no longer needed.
Files you can delete:
- node_modules folder
- config.yml
- discordintegration.js
- package.json
- synced-roles.yml (you can also copy this over if you use this.)
- yarn.lock
Fix install path for Discord integration
This should make it so the Discord Integration plugin is not installed into the root directory and installed in your plugin folder instead.
Changes:
- Change where
Plugin.tar.gz
is extracted to. - Version bump.
If you have any issue feel free to message me on Discord at Parkeymon#0001
Fix Smol Beta Problem
Fixed a small problem when installing with beta tags making it not work.
Changes:
- Add
-beta
argument to install
GitHub Authentication + Other Fixes
This release includes support for GitHub authentication which is to prevent you from being rate-limited installing plugins.
It also fixes an issue where the bot config saver was not working properly.
This authentication will also be used for backing up your configs in the future.
Changes:
- GitHub Auth
- Fix config saver
If you have any problems/bug report them to issues or DM me on Discord (Parkeymon#0001)