NOTE: this plugin will probably get fucked in v3 of powercord, so I'm archiving it. You can still use it, but be weary.
A feature rich eval command for your powercord uses!
- Clone the repoisitory in plugins folder. (git clone https://github.com/Sxmurai/eval-plugin/)
- Refresh Discord. (CTRL/COMMAND + R)
- Check out the settings you can change, or use the command!
I have implemented a few settings to make the plugin a bit more customizable:
- Auto completion. This stores the last few usages so you can reselect an old statement
You may set this to whatever you'd like! It just has to be a number though.
You can also clear the message cache just in case, aswell as disable auto completion.
- Token Replacer. If you are storing your token to prevent logouts, there is a way to replace your token, just in case!
You may set this to whatever you'd like!
- Output Formatting. You can format how you would like your eval output.
You may format your output to whatever you'd like! Here is a key:
{time}
Time taken to execute. Example:Time took: {time}
{type}
The return type. Example:Typeof {type}
{output}
The evaluted output. Example:{n}{output}
{n}
A new line (or\n
). Example:{n}
{depth}
The depth to go. Example:Depth ${depth}
Note: Restart/Refresh discord after changing a setting!
Basic Command Usage:
Depth Usage:
Do you want something added to the eval plugin? Make an issue, and I'll respond as quick as I can!
If you have programming knowledge, fork and make a PR, I'll look into it as quick as I can!
@Sxmurai - 2020
ANYTHING YOU DO WITH THIS, I AM NOT LIABLE FOR! YOU ARE AT FAULT FOR WHATEVER YOU DO!