Scoreboards API allows other plugins to register scoreboards to show data on.
Calling an API function:
Creates a new scoreboard (checks for existing scoreboards - could be called on each load / if it already exists)
Removes an existing scoreboard
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.- scoreboards.admin -- Allows player to use the chat commands
Chat Commands
- /scoreboard select -- Select a scoreboard to be used
- /scoreboard disable -- Disable the scoreboard
- /scoreboard list -- List available scoreboards
Configuration
The settings and options can be configured in the Scoreboards file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.Developer API
Referencing this plugin:Calling an API function:
API Methods
Updates an existing scoreboardCreates a new scoreboard (checks for existing scoreboards - could be called on each load / if it already exists)
Removes an existing scoreboard