-
I decided to create an issue out of this first to get some feedback on the idea.
When working with events, often times you want to cancel the event while not doing anything else. Examples of this m…
-
Skript is a special case in the realm of programming languages as it basically allows developers to change the language itself. This leads to slow parsing as people add, unintentionally, new language …
-
### Skript/Server Version
```markdown
[22:56:59 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[22:56:59 INFO]: [Skript] Skript's documentation can …
-
### Skript/Server Version
```markdown
[06:57:49 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[06:57:49 INFO]: [Skript] Skript's documentation can …
-
**Server version**: 1.11.2 (Spigot)
**Skript version**: Skript 2.2 dev23
**Plugins**:
LuckPerms, Skript, MundoSK, skDragon, skUtilities, Test, Reqn, SkQuery, Vault, RandomSK, Fe, ProtocolLib, SkS…
-
Before I start this suggestion, I want you to know that I am aware that this is very similar to the countlessly proposed 'switch section' suggestions. I still want to make this feature request, since …
-
### Feature request
**Checklist**
- [x] I have read and agree to the README (found on https://github.com/Minehut/Meta)
- [x] This is not a bug report, support request or plugin request
- [x]…
expxx updated
2 years ago
-
Chci použít: https://github.com/mliebelt/pgn-parser
V IntelliJ build in terminal:
```
D:\dev\MondayFight>npm i @mliebelt/pgn-parser --save
npm WARN saveError ENOENT: no such file or directory, o…
Bebul updated
4 years ago
-
### Script
```
command /test:
trigger:
set {_i} to diamond
set line 1 of {_i}'s lore to "Test"
broadcast "-%line 1 of {_i}'s lore%"
```
Running the above script w…
-
Hallo, ich habe vor dieses Buchungssystem zu verwenden um damit Räume zu buchen. Doch zusätzlich möchte ich die Buchungen an ein SmartHome System (HomeAssistant) weitergeben, um damit dann die Heizung…