Vulcano771

Results 6 issues of Vulcano771

### Suggestion So I checked the SourceCode of Skript - and I found: `https://github.com/SkriptLang/Skript/blob/master/src/main/java/ch/njol/skript/classes/data/DefaultChangers.java#L308` - there is an option to disable the block physics . ### Why? It would be...

enhancement
priority: lowest
PR available

``` import: ch.njol.skript.command.Commands as AllCommands org.bukkit.command.PluginCommand on load: set {_commands::*} to ...AllCommands.getCommandMap().getCommands() delete {_all::*} set {_remain} to size of {_commands::*} loop {_commands::*}: send "&c1 - %{_remain}%: %loop-value%" to "MyName" parsed...

bug

```applescript effect test %number%: trigger: delay the effect create section and store it in {-test}: broadcast "1" wait 2 seconds run section {-test} sync and wait continue on load: set...

investigating

This PR fixes `ExprJavaCall.java`'s getters for methods. If you for example have this code: ```java public class Test { private final boolean isActive; public Test() { isActive = true; }...

## Pull Request Etiquette - [x] I have checked the PRs for upcoming features/bug fixes. - [x] I have read the [contributing guidelines](https://github.com/discord-jda/JDA/blob/master/.github/CONTRIBUTING.md). - [x] I applied the code formatter...