πŸ› οΈ 1710 Builder’s Guide (Terminal Edition)

By paulmoon410 on 8/3/2025

![](Image from post)

If you want to help build the game, please let me know.

Welcome, Builder! Here's your full command reference for shaping the world of 1710.

──────────────────────────────────────────── πŸ“¦ ROOM CREATION ──────────────────────────────────────────── @dig Room Name = direction # Creates a room and a directional exit.

@desc here = Your room description # Sets description for the room you're in.

@tag here/tagname # Tag your room (ex: easton, ruins)

@tel me = Room Name @tel me = #dbref # Teleport to another room.

@find Room Name # Find room or object.

@destroy Room Name @destroy #dbref # Destroys the room or object.

──────────────────────────────────────────── πŸšͺ EXITS ──────────────────────────────────────────── @open direction;alias = Room Name # Creates an exit to an existing room.

@desc direction = Exit description # Adds description to an exit.

@exits # Lists all exits in the current room.

@destroy direction # Destroys an exit.

──────────────────────────────────────────── 🧍 NPCs / CHARACTERS ──────────────────────────────────────────── @create Name = typeclasses.characters.Character # Creates an NPC.

@tel NPC = here # Moves NPC to your room.

@desc NPC = Their description # Describe the NPC.

@give Item = NPC # Gives an item to an NPC.

@destroy NPC # Removes the NPC.

──────────────────────────────────────────── πŸŽ’ OBJECTS / ITEMS ──────────────────────────────────────────── @create ItemName # Create a basic object.

@desc ItemName = Description # Describe the object.

@tag Object/tagname # Tag an object.

@create Item = path.to.typeclass # Advanced object creation (custom types).

──────────────────────────────────────────── πŸ‘‘ PERMISSIONS ──────────────────────────────────────────── @permissions me # View your current permission level.

@perm PlayerName = Builder # (Admin only) Give Builder access.

──────────────────────────────────────────── πŸ”§ UTILITIES ──────────────────────────────────────────── help help commandname # View general or specific help.

examine Object # Inspect details on a room, exit, or item.

@contents here # View all objects in current room.

@scripts ObjectName # View scripts attached to an object.

@tel Object = Destination # Move object or NPC.

@wipe me # Clean your inventory.

──────────────────────────────────────────── πŸ§™ SAMPLE: Wizard's Tower ──────────────────────────────────────────── @dig Wizard’s Tower = up @tel me = Wizard’s Tower @desc here = Lightning arcs from orb to orb in the tower.

@create Archmage = typeclasses.characters.Character @tel Archmage = here @desc Archmage = An old sage with storm-colored eyes.

@open down;return = Easton Market Square

──────────────────────────────────────────── 🏁 SAMPLE: Small Town Home ──────────────────────────────────────────── @dig Home Row = west @desc here = Cracked shacks and rusted mailboxes.

@create Granny Sel = typeclasses.characters.Character @tel Granny Sel = here @desc Granny Sel = A retired healer with a wooden leg and dried meats.

────────────────────────────────────────────

You're now ready to build homes, towns, dungeons, and legends.

telnet 74.208.146.37 4000 or in browser http://74.208.146.37:4001/ to join.

Ask @PeakeCoin or @PaulMoon410 for more commands or in-game scripts.