-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration Files
# -------------------------------------------------------------------------------------------
#
# 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# -------------------------------------------------------------------------------------------
#
# 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.0If at any stage you come across a sneaky bug that I was unable to locate during testing please do not hesitate to get in contact with me so I am able to squash it quickly for you. When you are finding yourself in need to contact me about any of my plugins, if it is relating to a bug, please try and provide as much detail as possible, including server version, plugin version and the steps taken to get the bug. This allows me to focus on the bug a lot quicker and allows me to get an update released sooner in order to resolve the bug.
I have spent some time setting up a discord server that you are welcome to join at any time. Here you are able to seek help, have a chat, be informed of any updates or announcements and just be apart of a great community. You can join the community or invite your friends to the discord community by using this link: https://discord.gg/9nZTPcp
Of course, we have the normal contact method of using the SpigotMC website. You can locate my profile here: https://www.spigotmc.org/members/omegaweapondev.14953/ Feel free to privately message me about anything related to any of my plugins.
As you can tell, I also have set everything here on git hub as well. So if you need any support feel free to post a issue for the related plugin
Lastly, I would like to say Thank you for supporting my plugins and supporting me as a developer. While I am still somewhat new to plugin development I try to provide the best support and the best plugins for you guys (and girls). Again, Thank you.
