Page 1 of 1

Hide id

Posted: 10 Mar 2018, 15:25
by Lobby
If you don't want the id of your building/road/whatever be displayed when it's selected in the game when debug mode is enabled you can disable it by using:

Code: Select all

"hide id":true
This will automatically be set if you use

Code: Select all

"final":true
(which will make your plugin not overrideable) or if your plugin is part of an encrypted plugin file.