Dinutil: Difference between revisions
From Kaboom Wiki
Fix spelling mistake, use past tense & incorrect positioning of infobox |
Add inactive category; convert Fandom table to wikitable; wording & formatting fixes |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Bot InfoboxTemplate|title1=Dinutil|image1=Dinutil_Logo.png|caption1=Dinutil|name=Dinutil|main_developers=Dinhero21|date_created=01/24/2022|currently_maintained=No|library=[[node-minecraft-protocol]]|source_code=Partially available on [https://github.com/Dinhero21/kaboom-bot github.com]|language=[[Node.js]]}} | {{Bot InfoboxTemplate|title1=Dinutil|image1=Dinutil_Logo.png|caption1=Dinutil|name=Dinutil|main_developers=Dinhero21|date_created={{date|01/24/2022}}|currently_maintained=No|prefixes=<|library=[[node-minecraft-protocol]]|source_code=Partially available on [https://github.com/Dinhero21/kaboom-bot github.com]|language=[[Node.js]]}} | ||
'''Dinutil''' was a | '''Dinutil''' was a [[Kaboom]] bot made by [[Dinhero21]] for public server management and developed for KCP. | ||
=Commands= | |||
{| class=" | All commands required [[Bot authentication|authentication]]. | ||
|+ | |||
! | {| class="wikitable" | ||
! | |+ | ||
! | |- | ||
! | ! Name !! Description !! Usage | ||
! | |||
|- | |- | ||
|chat | | chat || Echoes text || chat <message> | ||
| | |||
|chat <message> | |||
|- | |- | ||
|clag | | clag || Clears lag || clag | ||
|Clears lag | |||
|clag | |||
|- | |- | ||
|color | | color || Changes the [[Wikipedia:Color_scheme|color palette]] of the bot || color <path> <color> | ||
| | |||
|color <path> <color> | |||
|- | |- | ||
|crash | | crash || Server goes boom || crash <method> | ||
|Server goes boom | |||
|crash <method> | |||
|- | |- | ||
|deb | | deb || Toggles the destroy blocker || deb [<on|off>] | ||
| | |||
| | |||
|- | |- | ||
|help | | help || Shows a list of all commands, or the description of a command || help [<command>] | ||
|Shows all commands | |||
|help [ | |||
|- | |- | ||
|howmanypeoplearelivingonmars | | howmanypeoplearelivingonmars || Retrieves the count of people currently on [[Wikipedia:Mars|Mars]] || howmanypeoplearelivingonmars | ||
| | |||
| | |||
| | |||
| | |||
|- | |- | ||
|kick | | kick || Kicks a player || kick <player> [<method>] | ||
| | |||
|kick <player> [<method>] | |||
|- | |- | ||
|playerfilter | | playerfilter || Sets or clears the [[Filtering#Usernames|playerfilter]] regex || Example | ||
| | |||
| | |||
| | |||
| | |||
|- | |- | ||
|playerinfo | | playerinfo || Retrieves information about a player || playerinfo <uuid> | ||
| | |||
|playerinfo <uuid> | |||
|- | |- | ||
|playerlist | | playerlist || Shows all players on the server || playerlist | ||
|Shows all players | |||
|playerlist | |||
|- | |- | ||
|rc | | rc || Refill core || rc | ||
|Refill core | |||
|rc | |||
|- | |- | ||
|run | | run || Runs a command inside a command block || run <command> | ||
|Runs a command inside a command block | |||
|run <command> | |||
|- | |- | ||
|sayfile | | sayfile || Says every line of a file || sayfile <filepath> | ||
|Says every line of a file | |||
|sayfile <filepath> | |||
|- | |- | ||
|test | | test || Test command || | ||
|Test command | |||
| | |||
| | |||
|- | |- | ||
|toggle | | toggle || Toggles a boolean configuration value || toggle <configuration> | ||
|Toggles a boolean configuration | |||
|toggle <configuration> | |||
|- | |- | ||
|tps | | tps || Returns the server's [https://minecraft.wiki/w/Tick TPS] || tps | ||
| | |||
|tps | |||
|- | |- | ||
|whoami | | whoami || Returns your username || whoami | ||
|Returns username | |||
|whoami | |||
|- | |- | ||
|wl | | wl || Controls the whitelist || wl <on|off|list|add <player>|remove <player>> | ||
| | |||
| | |||
|} | |} | ||
[[Category:Bots]] | [[Category:Bots]] | ||
[[Category:Inactive]] | |||
Latest revision as of 05:28, 4 August 2026
Dinutil | |
| Name | Dinutil |
|---|---|
| Main Developers | Dinhero21 |
| Date Created | 24 January 2022 |
| Currently Maintained | No |
| Prefix | < |
| Project Details | |
| Library | node-minecraft-protocol |
| Language | Node.js |
| Source Code | Partially available on github.com |
Dinutil was a Kaboom bot made by Dinhero21 for public server management and developed for KCP.
Commands[edit]
All commands required authentication.
| Name | Description | Usage |
|---|---|---|
| chat | Echoes text | chat <message> |
| clag | Clears lag | clag |
| color | Changes the color palette of the bot | color <path> <color> |
| crash | Server goes boom | crash <method> |
| deb | Toggles the destroy blocker | off>] |
| help | Shows a list of all commands, or the description of a command | help [<command>] |
| howmanypeoplearelivingonmars | Retrieves the count of people currently on Mars | howmanypeoplearelivingonmars |
| kick | Kicks a player | kick <player> [<method>] |
| playerfilter | Sets or clears the playerfilter regex | Example |
| playerinfo | Retrieves information about a player | playerinfo <uuid> |
| playerlist | Shows all players on the server | playerlist |
| rc | Refill core | rc |
| run | Runs a command inside a command block | run <command> |
| sayfile | Says every line of a file | sayfile <filepath> |
| test | Test command | |
| toggle | Toggles a boolean configuration value | toggle <configuration> |
| tps | Returns the server's TPS | tps |
| whoami | Returns your username | whoami |
| wl | Controls the whitelist | off|list|add <player>|remove <player>> |