Plugin config - hotwopik/WorldMagic GitHub Wiki

World Magic config located in file config.yml inside plugin folder

Example

spawn-world: the_nether
no-permission-message: <red>You haven't permissions to get in this world.
havent-to-pay-message: <red>You haven't to pay for entrance in this world.
world-withdraw-message: <yellow><cost><green> payed for world entrance.

All component messages in the config are specified in MiniMessage format

Definition

  • spawn-world - id of world first player spawn redirect to.
    If not specified, no redirection will be applied

  • no-permission-message - component message that sends to players
    when they not allowed inside world due missing permission.
    If not specified, no message will be sent

  • havent-to-pay-message - component message that sends to players
    when they not allowed inside world due missing entrance moneys.
    If not specified, no message will be sent

  • world-withdraw-message - component message with extra tag cost that means withdrawed money count.
    Message will be sent on every money withdraw that happens for world entrance.
    If not specified, no message will be sent

⚠️ **GitHub.com Fallback** ⚠️