pantherman594 / BungeeEssentials

Full customization of a few necessary features for your server!
http://www.spigotmc.org/resources/bungeeessentials.1488/
GNU General Public License v3.0
6 stars 8 forks source link

Two Suggestions for your plugin :) #55

Open MineTim opened 7 years ago

MineTim commented 7 years ago

Hey Dear, I have two ideas for your plugin!

  1. Is it possible to configurate that everybody only can write into the global chat (without any permissions) and with a command (like /local (if needed with permission bungeeessentials.chat.local) with the format (L (for local)) {{ SENDER }} {{MESSAGE}}) the user can write only one-times in the server where he/she is actually in? (If he/she wants to perform the command again, he/she has to perform this command again.

  2. Can you integrate prefixes (from Plugins like BungeePerms, LuckPerms, ...) It would be very useful :)

It that possible? :)

Thank you for taking your time for me! Your plugin is very useful an helpful for me!! :)

Greetings, MinecraftTim123

pantherman594 commented 7 years ago
  1. I can do it, though this seems like a pretty unique request.
  2. Yes that's possible. The only problem is, this will be placed right before the message, so if you also use a plugin on bukkit for formatting, that will be placed before BungeeEssentials's.
fnutt commented 7 years ago

Regarding (2) you can maybe add PlaceholderAPI support and let the @MinecraftTim123 customise it in messages.yml file, instead of adding support for each plugin individually.

pantherman594 commented 7 years ago

Isn't PlaceholderAPI a Bukkit plugin?

fnutt commented 7 years ago

You are totaly right. Sorry for the suggestion above.