MissingReports
MissingReports
It shows the username and url without the password
### Suggestion List variables are abit weird, you can't create an empty list since "empty" lists are just non existing lists. You check if a list is empty by using...
### Suggestion When making 'or' or 'and' conditions in Skript you do something like this ``` if all: true is true false is true then: ``` This is great and...
Is there a version of this that uses powershell without requiring powershell 7?
### Suggestion Make a way to make an entity persist or not persist using one of these syntaxes 1: ``set persistence of entity to false`` 2: ``make entity not persist``...
### Suggestion The 'Can See' condition only accepts Player and Player where in Spigot it accepts Player and Entity New Syntax: ``` %players% (is|are) [(in)]visible for %entities% %players% can see...
**Is your feature request related to a problem? Please describe.** I'm sure it is, when filling up 'Trade_Was_Cancelled' and 'Items_Dropped' and 'Trade_Was_Finished' you can't get the player that you were...
# Changes * Made stealable items moveable regardless whether they were in a section or no **Why:** If someone specifically marked a slot as stealable, i see **NO** reason why...
### Description When formatting a gui with a **removeable** item as a section, it still cancels the event Example: ``` format gui slot 10 with removeable dirt: broadcast "Someone took...
### Suggestion Something similar to a stacktrace that shows the last 20 executed statements and their line numbers, with a way to print it. E.g: "print current stacktrace" ### Why?...