Hide id

Learn here how to create and use plugins.

Moderator: Plugin Moderators

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Hide id

#1

Post 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.

Return to “Tutorials and Documentation”