Suggestions 1.1.0
The easiest way to manage feedback and suggestions for your server!
---------------------------------------------------------------------------------------------------
Description
Suggestions implements two very basic commands into your server; /suggest and /feedback. These are available to all players and are used by typing a message in the command, such as: '/feedback I love the spawn layout!', or '/suggest How about a Drugs plugin?', and these are then then broadcasted to all the admins on the server, and logged in the Suggestions folder, under 'suggestions.txt' and 'feedback.txt'. Admins have access to /suggest clear, which clears out 'suggestions.txt' and /feedback clear, which does the same for 'feedback.txt'. Added a config file in which you can customize all of the messages, and I mean ALL of the messages to do with everything you see. Placeholders %player% and %message% are also available for messages.
---------------------------------------------------------------------------------------------------
Permissions
Code (Text):Command: /suggest <message>
Description: Makes a suggestion.
Permission: Default, no permission.
Command: /feedback <message>
Description: Gives feedback.
Permission: Default, no permission.
Command: /suggest clear
Description: Clears suggestions.
Permission: suggestions.clear
Command: /feedback clear
Description: Clears all feedback.
Permission: suggestions.clear
Action: Notify admins of suggest/feedback
Description: Broadcasts the suggestion to all admins online at that time.
Permission: suggestions.notify
---------------------------------------------------------------------------------------------------
Configuration
Find the default config here: config.yml
Code (Text):# _____ _ _
# / ___| | | (_)
# \ `--. _ _ __ _ __ _ ___ ___| |_ _ ___ _ __ ___
# `--. \ | | |/ _` |/ _` |/ _ \/ __| __| |/ _ \| '_ \/ __|
# /\__/ / |_| | (_| | (_| | __/\__ \ |_| | (_) | | | \__ \
# \____/ \__,_|\__, |\__, |\___||___/\__|_|\___/|_| |_|___/
# __/ | __/ |
# |___/ |___/ v1.1.0
#
# I hope I have made the config pretty self explanatory.
# Enjoy the plugin! - Tagtart, (Author)
suggest:
prefix: '&9&lSuggestions&8 »'
command:
line1: '&bSuggest new features for the server!'
line2: '&3/suggest <suggestions>'
feedback:
prefix: '&9&lFeedback&8 »'
command:
line1: '&bGive us feedback on how to improve!'
line2: '&3/feedback <feedback>'
messages:
infile:
suggest: '%player%: %message%'
feedback: '%player%: %message%'
onclear:
suggest: '&aThe suggestions file has been cleared!'
feedback: '&aThe feedback file has been cleared!'
successful:
line1: '&aThe following message has been added:'
line2: '&6%player%: &e%message%'
notify:
suggest:
line1: '&2%player% has made the following suggestion:'
line2: '&a%message%'
feedback:
line1: '&2%player% has given the following feedback:'
line2: '&a%message%'
nopermission: '&cNo permission!'
---------------------------------------------------------------------------------------------------
Servers using this plugin:
MineCrash; my own server. IP: play.minecrash.net
Contact me if you would like to be included here.
---------------------------------------------------------------------------------------------------
Want a feature adding?
Simply comment in the discussion area with what you want included!
---------------------------------------------------------------------------------------------------
Coming Soon
Read all the suggestions with /suggest list <page> Read all the feedback with /feedback list <page> /report command---------------------------------------------------------------------------------------------------
Still confused or have a question?
If you aren't able to get the plugin to work, feel free to message me explaining
your problem in detail and I will get back to you as soon as I can.

SimpleSuggestions 1.1.0
The easiest way to manage feedback and suggestions for your server!
Recent Updates
- Update #3 May 12, 2015
- Update #2.1 May 12, 2015
- Update #2 May 12, 2015