🏠Lobby

Lobby has its own spawn point for users when they join your server. Players can also use the Lobby Items to nagivate on your server.

Set Spawnpoint

Setting up the spawn point in the Practice is simple. Just stand on the block you want to use as the spawn point and run the command /pplobby setLobby. Once you do this, that position will become your spawn point.

Spawn Point

The spawn point location is saved in the cache file after you set it successfully.

World Protection

World Protection allows you to restrict certain player actions in the world. You can toggle these settings from the in-game editor or directly in the plugin's config.

World Protection Settings
World Protection Rules
world:
  disable-hunger-loss: true
  disable-player-pvp: true
  disable-fall-damage: true
  disable-fire-damage: true
  disable-drowning: true
  disable-void-death: true
  disable-off-hand-swap: true
  disable-weather-change: true
  disable-death-message: true
  disable-mob-spawning: true
  disable-item-drop: true
  disable-item-pickup: true
  disable-block-break: true
  disable-block-place: true
  disable-block-interact: true
  disable-block-burn: true
  disable-block-fire-spread: true
  disable-block-leaf-decay: true

Launch Pad

Launch Pad allow players to be propelled into the air and travel a set distance, adding a fun and dynamic movement option.

Launch Pad
Launch Pad Config
launch-pad:
  enabled: true
  launch:
    forward-power: 3.4
    up-power: 2.0
  top-block: SLIME_BLOCK
  bottom-block: DIAMOND_BLOCK
  effect-type: DOUBLE_SPIRAL
  actions:
  - '[SOUND] entity.bat.takeoff;1;1'

Double Jump

With Double Jump, players can press space twice to get a boost, similar to a jetpack. You can customize this feature from the editor or via the config settings.

Double Jump
Double Jump Config
double-jump:
  enabled: true
  cooldown-seconds: 3
  permission:
    enabled: false
    value: phoenixlobby.doublejump.use
  launch:
    forward-power: 3.0
    up-power: 1.0
  effect-type: DOUBLE_SPIRAL
  actions:
  - '[SOUND] entity.horse.saddle;1;1.5'

Last updated

Was this helpful?