Config

This page covers the configuration of the plugin

Sectionless

debug: true
prefix: '&e&lHubbly &7&l>&r'
check_for_update: true
# Send message if no update?
notify_on_no_update: false
  • debug : Either true / false, setting this to true will send additional messages to console, useful for debugging and when contacting the developer.

  • prefix: This is the prefix the plugin will use when sending messages.

  • check_for_update: Enabling this will check for updates from SpigotMC

  • notify_on_no_update: Disabling this will prevent the "Hubbly is up to date" message from being sent on join.

Disabled Worlds

disabled-worlds:
  - 'world_nether'

invert: false
  • disabled-worlds: The list of which worlds to disable hubbly working in

  • invert: Setting this to true will enable hubbly in the worlds in the list above.

Movement

Launchpad

  • type: This field will represents the block type.

  • power: power on the X axis.

  • power_y: power on the Y axis.

  • cooldown: cooldown in seconds

Doublejump

  • power: power on the X axis.

  • power_y: power on the Y axis.

  • cooldown: cooldown in seconds

Items

Player Visibility

  • visible: the item to show when players are set to visible

    • item: the item to use

    • text: Item name, supports hex color codes

  • hidden: the item to show when players are set to hidden

    • item: the item to use

    • text: Item name, supports hex color codes

Socials

  • size: the size of the inventory (9 to 63)

  • title: The title of the inventory

  • item:

    • type: The item type

    • value: Minecraft skin link. If the item type is a player head, value is for the skin to use

    • name: The name of the item

  • items:

    • item_key: (In this case tiktok)

      • slot: The slot that it will appear in the inventory

      • material: The material for the item

      • name: Displayname of the item

      • lore: The lore of the item, with multiline support

      • value: The skin URL to ues if the material is a Player head

      • message: message that will appear in chat when the item is clicked

      • hover: The displayed text when you hover over the item

      • link: The link that will open when the text is clicked

  • fill: the item to fill with

    • name:the name of the fill item

    • type: the type of the fill item

Movement Items

  • item

    • name: the name of the item

    • cooldown: the cooldown of the item in seconds

  • The enderbow will teleport you where the arrow lands

  • The trident will teleport you where the trident lands

  • The grappling hook works similar to hypixel's grappling hook, sending you flying forwards.

  • The AOTE works similar to hypixel's Aspect of the End

Teleportation

Enabling this teleports the player to spawn when they are falling in the void.

The spawn defined by the user, through config or /setspawn. Yaw and Pitch will round to the angles above when using setspawn. If you wish to override this, you can change it in config.

Player Settings

Enabling this makes it so users without the hubbly.bypass.forceinventory permission are unable to edit their inventories.

  • level: Sets the user's EXP level.

  • progress:

    • "YEAR": sets the users progress to the amount of time elapsed in the year.

    • 0.0 to 1.0: sets the users progress.

This allows the players to use /fly to fly if they have the permission.

Edits the join and leave message of the player (if enabled)

The %name% placeholder displays the player's name.

  • color: The color of the bossbar. A list of colors can be found here.

  • animation:

    • change-interval: How often the animation cycles in ticks.

    • texts: A list of texts to cycle through.

A list of actions to execute when the player joins. A list of actions can be found here.

World Event Manager

Enabling each component cancels each event if the player does not have the required permission. A list of permissions can be found here.

Cancels basic world download mods. notify_adminnotifies players with the permission hubbly.notify.wdlthat someone has tried to use WDL.

Chat Management

  • lock_chat: If enabled, people without the permission hubbly.bypass.chatlockwill be unable to chat

  • blocked_words:

    • Enabling this will not let words in the list be allowed unless they have the permission hubbly.bypass.antiswear

    • method: Method to deal with the message, either STAR it (****) or CANCEL it.

Commands to block, and send the unknown command message.

  • interval: Interval in which messages are sent, in seconds.

  • global: When enabled, players in disabled worlds will also receive announcements.

Messages

Last updated