-
**PlotSquared Feature Suggestion:**
We should add a config option to auto-claim a plot on the first join. I've seen a few people asking for it. It might be useful for some servers.
**How should it…
-
I want to run all the adapter tests, so I configure environment, run docker, then run tests as follows:
```
PS C:\GitHub\valentinacupac\banking-kata-java> . .\env\env.ps1
PS C:\GitHub\valen…
-
```
What steps will reproduce the problem?
1.Call Database.SetInitializer(new YourInitializer()) at your DbContext
constructor
2.You will receive this error: Unable to cast object of type
'MvcMiniPr…
-
So this is what I'm trying to do. I have command items installed, so I can create items that trigger commands when used/click/consumed. I want to make an items that will teleport you to another world …
-
CMDHELPER-3063 - Reported by LadyCailin
When register_command is used to override an existing command, upon recompile, the command should be reset to the previous state. Currently, commands registere…
-
### Work environment
| Questions | Answers
|---------------------------|--------------------
| Type of issue | Bug
| PHP version | >= 7.2
| MISP versio…
-
Some way to load and maybe save NBT structures to the same place that structure blocks save and load them from.
Or load the NBT files from any file location that its allowed to access.
Maybe a f…
-
# Bug report
I see in one of our projects this Exception:
```
PHP Fatal error: Uncaught TypeError: _PHPStan_75c5574a4\Nette\DI\Config\Adapters\PhpAdapter::load(): Return value must be of type …
-
CMDHELPER-3163 - Reported by PseudoKnight
We need to do a pass over the logging in CH to make it more consistent and work on various platforms correctly. (some platforms show [CommandHelper] twice in…
-
CommandHelper seems to not support EntityTag for ItemStacks, resulting in that information being lost when updating the inventory using:
```
set_pinv(pinv())
```
I guess this is similar to #1343 (…