Name | noclip |
Object | PlayerTag |
Input | ElementTag(Boolean) |
Description | When true, causes the server to allow the player to noclip (ie, walk through blocks without being prevented).
This is purely serverside. The client will still not walk through blocks. This is useful alongside showfake. Note that this may sometimes be imperfect / sometimes momentarily continue to clip block. Note that this may also prevent other collisions (eg projectile impact) but is not guaranteed to. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L2800 |