-
Hi, i have some question:
run:
premium:
- "[CONSOLE] title %player% subtitle \"You have logged in using a premium account.\"" # i forgot you can using "[TITLE]" and "[SUBTITLE]"
- "[MESSAGE]" You have logged in!"
That's it! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, changes at runtime require a lot code changes especially because the deep integration with packet listeners.
Just because something is free or here even open-source doesn't mean it's weaker or better. However, you can imagine that the motivation to spend time on it isn't the same.
Just backup the database. Creating a new solution specifically for FastLogin doesn't provide any value.
A new plugin could hook into the events this plugin provides and do that. I think it's important to keep the scope small to optimize the main logic. Special features require special plugins.
No, that would be a lot of more work. FastLogin concentrates on one thing the premium logins. |
Beta Was this translation helpful? Give feedback.
No, changes at runtime require a lot code changes especially because the deep integration with packet listeners.
Just because something is free or here even open-source doesn't mean it's weaker or better. However, you can imagine that the motivation to spend time on it isn't the same.
Just backup the database. Creating a new solution specifically for FastLogin doesn't provide any value.
A new plugin could hook into the events this …