Fire

Fire 1.1.0

Native Minecraft Version:
1.18
Tested Minecraft Versions:
1.171.181.19
FireAspectPlusPlus


Plugin description
An extremely lightweight plugin that makes fire aspect in your server work just like Bedrock! Simply right click candles, campfires and TNT with an item enchanted with Fire Aspect. Can be used to enhance the survival experience, implemented in minigames or even simply as a unique feature to make your server stand out. Works with Bukkit and Paper Minecraft servers.

Features
- Customizable permissions system
- Option to disable the features you don't need
- Consumes any amount of durability per use, it's up to you!

Commands
/fireaspectreload - Reloads the plugin's configuration files

Permissions
fireaspectplus.admin - Allows players to use all commands
fireaspectplus.use - Lets a player use the plugin. Given by default unless configured otherwise in the settings
fireaspectplus.use.(type) - Lets a player use a specific feature if the setting is enabled. Valid types are campfire, tnt and candle

Configuration
The config is split into settings.yml and messages.yml

settings.yml
Code (YAML):
# What a line in messages.yml will start with if you don't want to use messageformat
# For example "Plugin > some message" is the default message
# You can change it to "some message" if you replace the default with the following in messages.yml
# example: "--some message"
negateformat: "--"

# Set if players need permission "fireaspectplus.use" to use the features
usepermissions: false

# Set if players need permission "fireaspectplus.use.(type)" to use that specific type
# If both this and usepermissions are true, players need both permissions
# Types: tnt, candle, campfire
usespecificpermissions: false

# Set if each feature is enabled
tnt: true
candle: true
campfire: true

# Sets if there is a sound effect
sound: true

# Sets durability consumed from item, if it is damageable
durability: 1
messages.yml
Code (YAML):
# The format that all messages will follow unless negated with prefix stated in settings.yml
messageformat: "&eFireAspect++ &8> &f{message}"

nopermissions: "You can't use that command!"
usage: "Usage: {usage}"
Support
If you found a bug or have a suggestion, add a comment

Satisfied? Leave a review!
Author
Mined
Downloads
9
Views
12
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mined

Top