A small utility plugin to disable entire dimensions across your server.
Dimension Pause is a super simple, lightweight plugin that allows you to temporarily block players from creating
dimension portals or entering dimensions.
It works by detecting players attempting to create portals, or detecting when a player switches worlds (Such as entering
an already-existing portal, or using Essentials's /home feature). When this happens,
if that world's dimension is paused and certain criteria are not met, the player is either blocked from creating the
portal, or kicked out of the world.
If the player is currently in a dimension when it is disabled, then they are kicked out to either their respawn location
or a world defined in config if their respawn location is unavailable.
/home or /warp) to otherplugins/DimensionPause/lang/ folder for configuration options.All commands may substitute /dimensionpause with /dp for conciseness
| Command | Permission | Description |
|---|---|---|
| /dimensionpause | dimensionpause.commands | Displays help menu |
| /dimensionpause toggle <end | nether> [<weeks>w][<days>d][<hours>h][<minutes>m][<seconds>s] | dimensionpause.toggle | Pauses or unpauses a given dimension type for a specific world, with an optional duration. The duration is how long from now the pause will expire. |
| /dimensionpause state <end | nether> | dimensionpause.state | Checks the state of a given dimension type for a specific world |
| /dimensionpause reload | dimensionpause.reload | Reloads DimensionPause configs and language files |
| dimensionpause.bypass.[world].[dimension] | Allows players to bypass a pause for a given world & dimension | |
| dimensionpause.* | Grants all permissions listed above |
DimensionPause 1.1.2 works for 1.17 and up. However, DimensionPause 2.0.0 requires the latest version of Paper (At the
time of writing, 1.21.11 & Java 21). Supporting older versions of Paper while maintaining forward compatibility is a
massive pain. Out of the almost 100 servers running DimensionPause, less than 5% of servers are running a version of
Paper
unsupported by this plugin, and almost 75% of servers are supported.
DimensionPause works under the assumption that your Nether and End dimensions will be connected to
an Overworld dimension. DimensionPause does not support pausing dimensions for nether-only or end-only worlds, as they
do not have an associated overworld.
Since Paper does not link worlds to each other, instead it's assumed nether and end worlds follow the standard "_nether"
or "_the_end" naming conventions. For example, the default world dimension worlds should be called world_nether andworld_the_end. If your worlds are not named like this, you cannot use DimensionPause.