A complete reference of all KyuubiSoft commands, organized by mod. Includes aliases, permissions, and common workflows.
Command Aliases Permission Description /ksadmin— kyuubisoft.adminAdmin commands: reload configs, backup data, server info /kscitizennpccitizen.adminManage NPCs: spawn, despawn, respawn, teleport, list /ksshop— none Open the shop interface /ksdevdevcore.adminDeveloper tools: export data, get position, debug info /kslang— none Set your display language (/kslang en-US or /kslang de-DE)
Command Aliases Permission Description /ksquestquestbook, qb, ksquests, ksquestbook, kqbnone Open the quest book /ksquestadminqadminquestbook.adminQuest admin: start, complete, reset, debug quests /ksquestsettings— none Configure quest tracker display settings
Command Aliases Permission Description /ksachievementsac, achievementnone Open the achievement gallery /ksachievementadminacadminachievements.adminAchievement admin: grant, revoke, reset achievements /kstitlestitlenone Open the title selection screen /ksrewardsreward, rwnone View and claim pending rewards /kslootbagslb, lootbagnone Open lootbag inventory to reveal pending lootbags
Command Aliases Permission Description /ksinfo/hub, /infohubnone Open the info hub /ksinfoadmin— infohub.adminInfo hub admin: reload sections /ksinfoitemgetinfo, infobuchnone Get the info hub item (physical book)
Command Aliases Permission Description /ksseasonpasssp, seasonpass, battlepassnone Open the season pass /ksseasonpassadminspadminseasonpass.adminSeason pass admin: grant XP, reset, manage tiers
Command Aliases Permission Description /kschatchatnone Chat settings and channel management /kschatadmin— chatplus.adminChat admin: manage channels, mute players /ksmailmailnone Send and read mail /msgm, tellnone Send a private message /rreplynone Reply to the last private message
Command Aliases Permission Description /ksmasterywm, masterynone View your weapon mastery progress /ksmasteryadminwmadminmastery.adminMastery admin: grant XP, reset, set level
Command Aliases Permission Description /ksbankbankernone Open your bank vault /ksbankadmin— bank.adminBank admin: manage vaults, reset data
Command Aliases Permission Description /kspetpet, petsnone Open the pet menu /kspetadminpetadminpets.adminPet admin: give pets, set levels, manage data
Command Aliases Permission Description /kslootbagslb, lootbagnone Open lootbag inventory /kslootbagsadminlbadminlootbags.adminLootbag admin: give lootbags, manage pools
Command Aliases Permission Description /ksclaimksc, claimnone Manage your land claims /ksclaimadminkscaksclaim.adminClaims admin: manage all claims
Command Aliases Permission Description /ksitemitemcontrol, ickyuubisoft.itemcontrol.adminItem control: manage items, recipes, drops
Command Aliases Permission Description /ksmobcontrolmobcontrolmobcontrol.adminMob control: manage spawns and behavior
Command Aliases Permission Description /ksoreregenoreregenoreregen.adminOre regeneration: manage ore respawn settings
Command Aliases Permission Description /kseditor— kyuubisoft.adminOpen the KyuubiSoft editor /ksapplyconfig— kyuubisoft.adminApply config changes /kstrusteditor— kyuubisoft.adminOpen trusted editor mode
A step-by-step workflow for testing new quest content as an admin:
Reloads all config files from disk. Always do this after editing any JSON file.
Forces all citizens to despawn and respawn. Required after changing citizen configs. Use /kscitizen respawn <id> to respawn a single citizen.
Toggles the quest debug overlay. Shows:
Current quest states for your player
Objective progress in real time
Trigger events as they fire
Error messages for misconfigured quests
/ksquestadmin start <player> <questId>
Bypasses NPC interaction and prerequisites. Useful for testing specific quests directly.
/ksquestadmin complete <player> <questId>
Force-completes a quest, granting all rewards. Use this to test reward delivery.
/ksquestadmin reset <player> <questId>
Resets the quest to its initial state so you can test it again from the beginning.
— Walk to NPC, accept quest, complete objectives, turn in —
/ksquestadmin reset YourName my_quest_id
How players typically interact with KyuubiSoft mods:
Discover — Walk up to an NPC with a quest marker above their head.
Accept — Read the dialog and click “Accept”.
Progress — Complete objectives (collect items, defeat enemies, visit locations).
Track — Use /ksquest to open the quest book and track progress.
Turn in — Return to the NPC and complete the quest for rewards.
Earn — Achievements unlock automatically as you play (kill enemies, craft items, explore).
View — Use /ksachievements to browse all achievements and your progress.
Claim — Some achievements grant rewards. Use /ksrewards to claim pending rewards.
Titles — Unlock titles through achievements. Use /kstitles to equip a title.
Open — Use /ksinfo or interact with the info hub item.
Browse — Read guides, server rules, and announcements.
The quest debug mode (/ksquestadmin debugmode) is your most powerful testing tool. When active, it displays:
Information Description Quest State Whether each quest is available, active, completed, or locked Objectives Real-time progress for each objective (e.g. “3/10 Oak Logs”) Triggers Events that fire when objectives are progressed Prerequisites Which prerequisites are met or missing Errors Config errors like missing localization keys or invalid references
Debug mode only shows information to the player who activated it. Other players are not affected.
Check permissions — Most admin commands require specific permission nodes (e.g. kyuubisoft.admin, questbook.admin). Make sure your player or rank has the required permission.
Check spelling — Commands use the ks prefix. It is /ksadmin, not /admin.
Check aliases — You can use aliases like qadmin instead of ksquestadmin.
Check citizenId — The citizenId in the quest NPC profile must exactly match the id in the citizen config.
Check quest availability — The quest may have prerequisites that are not met.
Reload — Run /ksadmin reload and /kscitizen respawn.
Check objectives — Use /ksquestadmin debugmode to see which objective is not progressing.
Check target spelling — Objective target must exactly match the item/entity ID.
Reset — Use /ksquestadmin reset <player> <questId> to start over.
Check rewards config — Verify item IDs and amounts in the quest config.
Check pending rewards — Use /ksrewards to see if rewards are pending claim.
Check inventory space — Item rewards require inventory space.
Validate JSON — Use a JSON validator to check for syntax errors (missing commas, unclosed brackets).
Check server logs — The console shows detailed error messages with file paths and line numbers.
Check file location — Custom files must be in the custom/ subfolder with the custom_ prefix.