kmecpp

Results 13 issues of kmecpp

### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...

feature request

Client gets kicked when they login with a tablet that has a motion sensor on it. This is because EntityLivingBase::getPosition(float) is a client side method only. ``` net.minecraft.util.ReportedException: Ticking player...

Its very important for large servers to be able to disable any sort of chunk loading. I tried doing this by adding a non-existent world to the chunkloading whitelist (so...

bug

### Description Instead of `/hd` showing the version and URL information, could `/hd` instead show a list of commands like `/hd help` currently does? Then add a `/hd info` and/or...

Enhancement

Might be a long shot, but I don't believe this modifies the spec and it would be nice for those who prefer underscores over hyphens

Server compatibility indicator is broken ![](https://user-images.githubusercontent.com/6520738/104641283-8d7fec00-5677-11eb-85c1-dc5c2df55997.png) This code in initialization will fix it: ``` ModLoadingContext.get().registerExtensionPoint(ExtensionPoint.DISPLAYTEST, () -> Pair.of(() -> FMLNetworkConstants.IGNORESERVERONLY, (a, b) -> true)); ``` Code is from the Forge...

Multiple players have reported losing all energy in their power armor after teleporting Also I don't think creative players should not lose energy or gain heat I can submit a...

It doesn't seem like variables registered with BungeeTabListPlusAPI.registerVariable() can be unregistered easily which makes it difficult to modify them A BungeeTabListPlusAPI.unregisterVariables(Plugin) would be very useful, as well as the ability...

question

### Description The spark sampler report includes a "World" tab which shows entity counts on each world and chunks with high entity counts. This makes me unable to share the...

suggestion