Skip to content

Configuration Files

OmegaWeapon_ edited this page Aug 14, 2020 · 1 revision

Configuration File

# -------------------------------------------------------------------------------------------
#
#  Welcome to OmegaWarps main configuration file.
#
#  Here you'll find of the settings and options that you can
#  customize to your server needs. Most features are customizable
#  to an extent.
#
#  You can find all the particle effects here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
#  You can find all the sound effects here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
#
# -------------------------------------------------------------------------------------------


# Set the amount of money that the owner of the warp is charged for the warp.
Warp_Cost:
  Enabled: true
  Cost: 5.00

# Set the particle effects that players get when they warp
Warp_Particle_Effects:
  # The particles that happen as the player is warping
  Before_Warp: BUBBLE_POP
  # The particles that happen after the player has warped.
  After_Warp: PORTAL

Sound_Effects:
  # The sound effect that is played as the player warps
  Before_Warp_Sound: ENTITY_ENDERMAN_TELEPORT
  # The sound effect that is played after the player has warped
  After_Warp_Sound: ENTITY_FOX_TELEPORT

# If permissions should be per warp permissions or a single permission for all warps.
# If true, use the permissions `omegawarps.warp.<warpname>` OR `omegawarps.warp.*` for all the warps
# If false, use permission `omegawarps.warps`
Per_Warp_Permissions: true

# If set to true, those with the permission omegawarps.update will receive messages
# when the plugin updates on spigot
Update_Notify: true

# DO NOT EDIT THIS!
Config_Version: 1.1

Messages File

# -------------------------------------------------------------------------------------------
#
#  Welcome to OmegaWarps messages file.
#
#  Here you'll find all of the messages that you can
#  customize to your server needs.
#
#  Placeholders:
#   %warpName% - The name of the warp.
#   %warpOwner% -The name of the player the warp was created for.
#
# -------------------------------------------------------------------------------------------

# Set the plugin's prefix to display before all the in-game messages.
Prefix: "&7&l[&aOmegaWarps&7&l]"

# Set the message that players get when they create a warp
Setwarp_Message:
  # Set the message for warps that are created with an owner
  With_Owner: "&bYou have created the warp %warpName% for %warpOwner%!"
  # Set the message for warps that are created without an owner
  Without_Owner: "&bYou have created the warp %warpName%"

# Set the message players receive when the warp cost is taken
Warp_Cost_Taken: "&bThe amount of price &c$%warpCost% &bhas been taken from your account for the warp."

# Set the message that players get when they delete a warp
Remove_Warp_Message: "&bYou have successfully deleted the warp %warpName%"

# Set the message that players get when they delete all warps
Clear_Warps_Message: "&cYou have deleted all the warps!"

# Set the message players receive when they warp somewhere.
Warp_Message: "&cYou have warped to %warpName%"

# Set the message players receive when they reload the plugin
Reload_Message: "&bOmegaWarps has successfully been reloaded"

# Set the message players are sent when they try to use an OmegaWarps command without permission
No_Permission: "&cSorry, you do not have permission to do that."

# DO NOT EDIT THIS
Config_Version: 1.0

Clone this wiki locally