Hasan Demirtaş

Results 105 comments of Hasan Demirtaş

i think it's not useful at all cuz, you or your plugin of users can't change the permission as they want so it's really annoying feature.

you guys can change javadocs later, it's just for placeholder.

i did a temp. solution https://github.com/portlek/inventory/blob/master/src/main/java/io/github/portlek/inventory/page/ControllableDownPage.java

> The first problem is that running these tests for lower versions like 1.16 won't work because surefire will use 1.16 jar to compile and test. i guess separating modules...

@Whirvis any progress?

If I make the file like that: ```yml "help-messages": > test test ``` there is no problem btw.

the error about `&` this char. I removed the char and the error gone. but I need `&` char its really important for me.

Yea i did; ```yml "help-messages": > test test ``` this is working but this is not; ```yml "help-messages": > &test test& ```

Also another stupid thing is that; ```yml "help-messages": > t&est t&est ``` I'm writing that and it's converting into; ```yml "help-messages": > t t ``` It's removing characters after &