-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Rifa edited this page Aug 10, 2026
·
1 revision
Home / Commands
Server administrators (Permission Level 2 / LEVEL_GAMEMASTERS) can administer server rules and execute debug scenarios using native commands:
Server options can be updated dynamically at any time using Minecraft's native /gamerule command:
/gamerule betterdogs:bd_friendly_fire_protection false
/gamerule betterdogs:bd_wolf_min_scale_percent 80
/gamerule betterdogs:bd_debugging true
The /betterdogs command tree provides advanced debug tools for testing AI behaviors and scenarios. Subcommands are gated by the boolean rule /gamerule betterdogs:bd_debugging true:
/betterdogs debug personality <targets> <type>
/betterdogs debug action <targets> <actionType> [secondaryTarget]
/betterdogs debug territory
-
/betterdogs debug personality <targets> <normal|aggressive|pacifist>: Dynamically forces the personality trait of selected targeted wolves. -
/betterdogs debug action <targets> <actionType> [secondaryTarget]: Forces targeted wolves to immediately execute specific social actions (e.g.howl,zoomies,beg,fetch). -
/betterdogs debug territory: Spawns a pre-configured wild pack territorial dispute scenario around the player to test pack war, merge, and retreat AI logic.
Vanilla Outsider: Better Dogs | Vanilla Outsider Collection
Developed with โค๏ธ by Dasik (Rifaditya) | Licensed under GPLv3