
LinFood
LinFood v1.1 now uses LinCore as a dependency, LinFood will not run without LinCore, see Setup for more details
Description
When your giving people permissions to use the /give command for reasons like spawning food, you can't make sure that they aren't spawning anything else. Well LinFood is the plugin you want. This is my Second plugin ever made. First of the LinPlugin series. This plugin aims to be a lightweight give plugin for food. Instead of giving users the permission to use the /give command you can give them the permissions to use the /LinFood give command
Please tell me what i should change or add. If there is bugs feel free to post to support page
UpdateChecking / AutoUpdating
This plugin uses Gravity's Updater class. This means that the plugin will connect to the dev.bukkit.org website to gather information about the plugin when there is an update and weather to download it automatically. This is configurable inside of the config.yml so if you don't want the functions feel free to set UpdateCheck/AutoUpdate to false
Setup
In order to use LinFood you must download the plugin LinCore. LinCore handles UpdateChecking, Messaging, DataStorage
Find out more on the plugin page: LinCore
Steps:
- Download LinCore, LinFood
- Startup your server
- Toggle UpdateChecking/ AutoUpdating in your config (Optional)
- Done
Commands
- All LinFood commands have an alias of /lf
Command | Description | Permission Node |
---|---|---|
/Linfood | Displays plugin name and author | None~ |
/Linfood info | Displays name , version , author , description | None~ |
/Linfood help | Displays the help for all Linfood commands | - linfood.help |
/Linfood give list | Lists the food items you can spawn with /lf give | - linfood.give.list |
/Linfood give <player> <fooditem> <amount> | Gives the specified player , food, amounts (Item names and ID's accepted) | - linfood.give |
Permissions Nodes
Permission Node | Description | Default |
---|---|---|
- linfood.give | Allows the /lf give for oneself and others | op |
- linfood.give.list | Allows the listing of all foods. | op |
- linfood.help | Allows the usage of the help command | op |
Special Permission Nodes
WildCard Node | Description | Default |
---|---|---|
- linfood.* | Allows all usage of LinFood commands. | op |
- linfood.give.* | Allows all /lf give commands | op |
Will be added
- Configuration weather to use permissions or not
Known bugs
None ATM