small unturned plugin for checking item ids in game.
this is mainly just a simple utility plugin that allows players to easily find item ids. you can either check the item you're holding, or search for an item by name.
| command | description |
|---|---|
/getid |
shows the id of the item you're holding |
/getid <name> |
searches for an item by name and shows the id |
no permission is required by default.
- build the project or download the compiled dll from releases
- put
RRGetID.dllin your RocketPluginsfolder - restart the server
this plugin is intentionally simple. it does not use a config file, database, or any background tasks.
if you run into an issue, make sure you're using RocketMod and a recent unturned server build.