TranxCraft / iTranxCraft

The Rewrite Of TranxCraft - a custom plugin that does many wonderful things.
3 stars 1 forks source link

Implementation of a lot of essentials commands #38

Open Fyrsta opened 9 years ago

Fyrsta commented 9 years ago

Needs implementation of: • fly • gamemode • give • heal • item • kit • more • speed • time • balance • balancetop • eco • pay • sell • afk • help • ignore • list • msg • nick • r • rules • seen • suicide • whois • clearinventory • ext • gc • kick • kickall • kill • mute • ping • weather • setspawn • spawn • back • home • sethome • tp • tpa • tpaall • tpaccept • tpahere • tpall • tpdeny • tphere • tpo • tpohere • tptoggle

All other Essentials commands would have been specified in a different issue or won't be implemented.

(It might be better to just use Essentials, after seeing the size of this list)

Wild1145 commented 9 years ago

Yeah... You may want to just modify essentials to your needs rather than re-create all of this, or if you do want to do it, do it over time like we are with Icarus and TFM...

Fyrsta commented 9 years ago

@Wild1145 This is an optional feature, so it can be done over any length of time or not at all. The reason for this and a lot of these optional issues is to reduce dependency on other plugins for the server. Having as much functionality in our plugin as possible makes it easier to manage and fix problems compared to having lots of plugins.

Wild1145 commented 9 years ago

@WickedGamingUK True, I am just thinking that as Essentials commands are easy enough to load over, you could do it over a more extended period of time, and reduce the dependency on Essentials to none. That way you have full functionality all the time without needing to spend an extended amount of time re-writing essentials more or less, then when you have time, you can just crack on and add a few commands at a time.

Fyrsta commented 9 years ago

@Wild1145 That's a good idea. Implement essentials features over time to migrate them to being self-managed here whilst leaving everything else in-place.