Youenn "SkytAsul" Le Jeune
Youenn "SkytAsul" Le Jeune
### Description In `com.gmail.filoghost.holographicdisplays.api.VisibilityManager`, it would benefit to the API to have a method `Map getVisiblePlayers()` so that we can get a list of players where the hologram is visible...
The idea would be to introduce a "lyrics editor" into OpenNBS to save lyrics into your songs. The way it works would be similar to [LRC](https://en.wikipedia.org/wiki/LRC_(file_format)): each line of lyrics...
Execution of commands on each line of dialogs Example: - "Hey, look, it will be sunny" - "*finger snap*" / weather clear - "Tadam!"
An option in the config.yml to enable an "inventory mode" when players receive items from quests. Instead of directly giving theses items in their inventory, the plugin will open a...
**Is your feature request related to a problem? Please describe.** Currently, executing commands registered via Chimera from command blocks do not do anything. **Describe the solution you'd like** A way...
Hello, I would like to add "hidden" fields in my config file. I mean that in the "original" config, those fields do not exist, but users can add them in...
Donation and support links are not shown in the console when running the update checker. My suggestion would be to send all links to the console, not only some of...
## Bug description In the rich presence on Discord, I see "Editing ?" if I have disabled the option "Show file name". ## Expected behavior The line "Editing x" should...
With those two commands: ```java @Subcommand("test") public void test(int dumbArg, @Optional Player optionalArg, @Switch boolean switchArg) {} @Subcommand("test2") public void test2(int dumbArg, @Switch boolean switchArg) {} ``` It's working normally...
### Minecraft's Version 1.20.4 ### Plugin's Version 2023.3 ### Describe the bug Not a bug, but you told me to open an issue and that's the only template I am...