Dinutil: Difference between revisions

From Kaboom Wiki
Minor fixups; add to Inactive category
Add inactive category; convert Fandom table to wikitable; wording & formatting fixes
 
Line 1: Line 1:
{{Bot InfoboxTemplate|title1=Dinutil|image1=Dinutil_Logo.png|caption1=Dinutil|name=Dinutil|main_developers=Dinhero21|date_created={{date|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 [[Kaboom]] bot made by [[Dinhero21]] for public server management. Its prefix was <.
'''Dinutil''' was a [[Kaboom]] bot made by [[Dinhero21]] for public server management and developed for KCP.  


=Commands=


{| class="mw-collapsible mw-collapsed fandom-table"
All commands required [[Bot authentication|authentication]].
|+Working commands:
 
!name
{| class="wikitable"
!description
|+
!usage
|-
!trust
! Name !! Description !! Usage
!enabled
|-
|-
|chat
| chat || Echoes text || chat <message>
|Echos text back.
|chat <message>
|0
|true
|-
|-
|clag
| clag || Clears lag || clag
|Clears lag.
|clag
|0
|true
|-
|-
|color
| color || Changes the [[Wikipedia:Color_scheme|color palette]] of the bot || color <path> <color>
|Will change the color pallet for the bot.
|color <path> <color>
|0
|true
|-
|-
|crash
| crash || Server goes boom || crash <method>
|Server goes boom.
|crash <method>
|0
|true
|-
|-
|deb
| deb || Toggles the destroy blocker || deb [<on|off>]
|Destroy blocker.
|<nowiki>deb [<on|off>]</nowiki>
|0
|true
|-
|-
|help
| help || Shows a list of all commands, or the description of a command || help [<command>]
|Shows all commands while if specified shows the description of the command.
|help [<nowiki><command></nowiki>]
|0
|true
|-
|-
|howmanypeoplearelivingonmars
| howmanypeoplearelivingonmars || Retrieves the count of people currently on [[Wikipedia:Mars|Mars]] || howmanypeoplearelivingonmars
|Will request to an api how many people are there in mars right now.
|howmanypeoplearelivingonmars
|0
|true
|-
|-
|kick
| kick || Kicks a player || kick <player> [<method>]
|Will kick a player.
|kick <player> [<method>]
|0
|true
|-
|-
|playerfilter
| playerfilter || Sets or clears the [[Filtering#Usernames|playerfilter]] regex || Example
|Will set or clear the playerfilter regex.
|<nowiki>playerfilter <set <regex>|clear></nowiki>
|0
|true
|-
|-
|playerinfo
| playerinfo || Retrieves information about a player || playerinfo <uuid>
|Get info about a player.
|playerinfo <uuid>
|0
|true
|-
|-
|playerlist
| playerlist || Shows all players on the server || playerlist
|Shows all players in the server.
|playerlist
|0
|true
|-
|-
|rc
| rc || Refill core || rc
|Refill core.
|rc
|0
|true
|-
|-
|run
| run || Runs a command inside a command block || run <command>
|Runs a command inside a command block.
|run <command>
|0
|true
|-
|-
|sayfile
| sayfile || Says every line of a file || sayfile <filepath>
|Says every line of a file.
|sayfile <filepath>
|0
|true
|-
|-
|test
| test || Test command ||
|Test command.
|
|0
|true
|-
|-
|toggle
| toggle || Toggles a boolean configuration value || toggle <configuration>
|Toggles a boolean configuration.
|toggle <configuration>
|0
|true
|-
|-
|tps
| tps || Returns the server's [https://minecraft.wiki/w/Tick TPS] || tps
|Will return the server's tps.
|tps
|0
|true
|-
|-
|whoami
| whoami || Returns your username || whoami
|Returns username.
|whoami
|0
|true
|-
|-
|wl
| wl || Controls the whitelist || wl <on|off|list|add <player>|remove <player>>  
|Whitelist.
|<nowiki>wl <on|off|list|add <player>|remove <player>></nowiki>
|0
|true
|}
|}


[[Category:Bots]]
[[Category:Bots]]
[[Category:Inactive]]
[[Category:Inactive]]

Latest revision as of 05:28, 4 August 2026

Dinutil
Dinutil
NameDinutil
Main DevelopersDinhero21
Date Created24 January 2022
Currently MaintainedNo
Prefix<
Program Details
Librarynode-minecraft-protocol
LanguageNode.js
Source CodePartially 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>>