Christian Land

Results 11 issues of Christian Land

I guess nobody is maintaining this repository anymore but I thought I would mention this bug and how to (probably) fix it. When I run the script I sometimes end...

This might sound a little bit strange as there are a `deny_user()` and a `deny_group()` function in the library but you aren't really able to deny a permission using AAuth....

enhancement

The DDOS-Protection is kinda problematic. First of all: its not really a "DDOS"-protection. Its bascially just a Brute-Force protection preventing people from trying to call the login-function hundreds of times...

When I disable the AmethystNoteblock by setting `"AmethystNoteBlock Enabled" = false` in the config-file, the game crashes upon startup. The latest.log doesn't show any meaningful error: ``` [23:35:23] [main/INFO]: SpongePowered...

IDK if people running windows are really your target-audience but i thought I might mention two important things as they drove me nuts when i tried running phpbu on Win10....

I just saw Xisumavoids latest video (https://www.youtube.com/watch?v=pQvOsOa0Vl8) on how to create vertical slabs. It uses the same techique that can be used to create half-slabs from gravity-blocks like sand or...

feature request

I've seen that you're currently working on armor-stands. IDK how far you wanna take compatibility with minecraft but I guess it can get pretty messy **if** you wanna add most...

feature request

Quite a few years ago, Optifine added a feature called "Natural Textures". If you enabled it, it rotated the textures for certain blocks like sand or grass. The same seems...

feature request

**Which branch are you using?** 3 **What commit hash are you on?** latest, downloaded today (e47b492 i guess) **What CodeIgniter version are you using?** v3.1.13 (latest release) **What PHP version...

While looking at the code I noticed some code in Ion_auth_acl.php that i don't really understand. In the constructor of the Ion_auth_acl-class you're setting $this->user_id if no config is provided...