Lucyy_

Results 15 issues of Lucyy_

### What feature do you want to see added? Now, EssentialsMOTD has the following placeholders: > Display name: {PLAYER} > Username: {USERNAME} > IP: {IP} > Address: {ADDRESS} > Balance:...

Type: enhancement

![image](https://user-images.githubusercontent.com/72966048/142490631-4deccff6-b55b-4f93-ac5a-a63736ca86a5.png)

``` Exception in thread Thread-2: Traceback (most recent call last): File "Python38\lib\threading.py", line 932, in _bootstrap_inner self.run() File "Python38\lib\threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "utils\alt_funcs.py", line 727, in...

bug
tobefixed

``` Traceback (most recent call last): File "utils\alt_funcs.py", line 690, in RPCStart RPC = Presence(client_id, handler=errorHandler) File "python38\site-packages\pypresence\presence.py", line 13, in __init__ super().__init__(*args, **kwargs) File "python38\site-packages\pypresence\baseclient.py", line 57, in __init__...

This would be like colorama's init(autoreset=true) Every time a new line is written, reset the colors and effects to default. This should be pretty easy. In my code i just...

enhancement

* Replaced `if __name__ == '__main__'` because this prevents importing as a module (For obfuscated scripts produced) * Added traceback for obfuscation errors (Very useful) * Replaced time.time() with perf_counter...

```py (pygame.mixer.Channel(i).pause() for i in range(0,4)) ``` Error: ``` module utils.funcs raised an Exception: expected an indented block (, line 2519) Traceback (most recent call last): File "{path}\obfuscated\utils\funcs.py", line 239,...

**Describe the bug** A clear and concise description of what the bug is. You can't rotate a ship or you will fucking die in the void. **To Reproduce** Steps to...

bug

**Describe the Bug** This bugs happens in the latest BetterDiscord version. **Error log** ``` TypeError: Cannot read property 'MemberRole' of undefined at eval (betterdiscord://plugins/CopyRoleColors.plugin.js:78:65) at eval (betterdiscord://plugins/CopyRoleColors.plugin.js:126:7) at Object.requireAddon (:4:39192)...

bug

For some reason players can accidentally try to sell air (IDk HOW) and this error shows up. (Even after my fix)

bug