Allow overriding the "isDevelopment" value. #1653
Unanswered
Mickey42302
asked this question in
Feature Requests
Replies: 1 comment 1 reply
-
As far as I know some stuff from debug stuff isn't in the public build |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to suggest adding a feature which can be used to override the "isDevelopment" value that is built into vanilla Minecraft (it is located within the SharedConstants class). This value controls whether or not the code for the game's hidden development features will be activated. One example is the code which allows some of the debug renderers to function on servers. The debug renderers and other development features (such as the "/chase" command) can be accessed by a client through the use of mods (https://github.com/Mickey42302/JavaEditionDevTools). However, if the "isDevelopment" value returns false, the server will not enable the code that allows some of the debug renderers to show the information they are designed to provide.
By allowing users to override this value, the community will be able to explore the tools used by Mojang/Microsoft to develop the game while still being able to enjoy the functionalities offered by Purpur/plugins.
Beta Was this translation helpful? Give feedback.
All reactions