truck-planePower-ups and teleportations

To manage power-ups the plugin can use the EssentialsX/CMI API, or vanilla methods. Before starting, configure the following parameter:

server-manager: YourManager

It determines which plugin will be used to manage power-ups and teleports. Possible options: Essentials, CMI, Vanilla

Teleports

allow-teleport: true/false

This setting controls whether the plugin will listen to player teleports related to Essentials/CMI. Accordingly, if you chose Vanilla, teleports will not be filtered.

Power-ups

Setting game modes that give advantages over other players. Possible options: GAMEMODE - any mode except survival VANISH - vanish enabled FLY - fly enabled GOD - god enabled WALKSPEED - increased walking speed (attributes and potions are not considered)

prevent-start-if-damager:
  - POWERUP1
  - POWERUP2

The combat mode will not start if the attacking player has an active power-up

prevent-start-if-target:
  - POWERUP1
  - POWERUP2

The combat mode will not start if the targeted player has an active power-up

disable-for-damager:
  - POWERUP1
  - POWERUP2

Power-ups that will be disabled for the attacking player.

Power-ups that will be disabled for the targeted player.

Last updated