メインコンテンツまでスキップ

Temporary Dimension (BTC custom)

Official compatibility

ElementReference
TypeWriterRequired. Use the official TypeWriter release supported by the extension release.
Related extensionsInstall the related extensions listed on this page before using entries that depend on them.

The Temporary Dimension Extension creates temporary, instanced worlds from Advanced SlimeWorld templates. This private/BTC variant targets Java 25 and uses the BTC Typewriter scheduler plus MiniPlaceholders.

Features

  • Instanced Worlds - Fresh copy of a template per session.
  • Dynamic Cleanup - Automatic unload when empty.
  • Safe Spawning - Bounded search with block validation.
  • Lifecycle Events - Triggers on enter and leave.
  • Folia-safe runtime - No blocking joins or Bukkit scheduler calls in the custom module.

Entries

User guide

  1. Configure the temporary_dimension entry and its template worlds.
  2. Set commandName if you want a Typewriter alias.
  3. Trigger the action entry or use /typewriter tempdim <commandName>.

Commands

CommandPermissionDescription
/typewriter tempdim enter <id>typewriter.temporarydimension.adminForce enter instance.
/typewriter tempdim leavenoneLeave instance.
/typewriter tempdim <commandName>Entry permissionEnter through a configured alias.
/typewriter tempdim listtypewriter.temporarydimension.adminList active worlds.

MiniPlaceholders

Use the tempdim expansion with MiniMessage:

PlaceholderDescription
<tempdim_in_dimension>true/false
<tempdim_in_dimension_bool>1/0
<tempdim_current>Dimension name
<tempdim_current_id>Dimension entry ID
<tempdim_current_world>World name
<tempdim_players>Player count
<tempdim_players_list>Player names, comma-separated

Troubleshooting

The extension is not visible

Check that the installed release matches the supported TypeWriter release and that the related extensions listed in the compatibility section are present.

An entry is missing

In the Typewriter Web panel, use the Search bar or the + button to find or create the entry with its exact identifier. Entry IDs and field names are case-sensitive; do not translate them.

The entry saves but nothing happens

Check that the entry is connected to the trigger, command, objective, event, or menu interaction required by its type. Test with optional permissions and criteria removed, then add them back one at a time.

An integration does not work

Verify the dependency and version shown in the extension card, then check the server log for the first error. Do not replace a missing dependency with a similarly named plugin unless the extension source explicitly supports it.