NoFallbackAliases
NoFallbackAliases | vAliasFilter
![]()
Be aware:
I have moved on from Spigot and Minecraft therefore this project won't be developed further.
How it started:
It started with Bukkit added so all Command got a fallback alias
All Command hade a fallbackalias exemple: Spigot:tps
Weeks after i started make vAliasFilter which was
As simple as this plugin but it got quick a config and
More things were added to bring back the basic i made this plugin.
Why use this plugin:
Installation:
- Simple and quick to install.
- Removes fallbackaliases that you probably never use.
- For more features & a config you can download vAliasFilter
Before and After:
- Download NoFallbackAliases.jar
- Put NoFallbackAliases.jar into your plugins folder.
- Restart or reload your server (Restart should be best)
- No configuration are needed you are ready to go.
Short Infomation about this Before After. This example was made on a clean 1.8.3 Spigot server only with NoFallbackAliases.
Before(This is only part):
NoFallbackAliases and 70 removed FallbackAliases later:
Simple API (Kinda) 1.1+
DISCLAIMER: Yes this is not really a api but if someone wants use this to something then there can.
The API can be used to clean fallback aliases at runtime.
Don't really think somebody will be using this but why not tell people that it exists
Please note that the above example only is a example you should implemente this a bit better in your codeCode (Text):PluginManager pm = Bukkit.getPluginManager();
Runnable nfa = (Runnable) pm.getPlugin("NoFallbackAliases"); //Get the plugin
if (nfa != null) { //Check if we got a something
nfa.run(); //This will execute the aliases cleaning
}

NoFallbackAliases 1.1
A Simplified version of vAliasFilter to remove bukkit fallback aliases
Recent Updates
- Added support for a simple API and more Feb 19, 2016
- Removed maven stuf + file is now 3 kb instand for 5 kb Dec 5, 2014