This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Interesting idea... but I'm not sure how well it would work (it's also rather tricky to implement, though I might be able to do something with ProtocolLib).
If I understand you right, you want to capture the text output of commands that SMS runs, and display them as a QUICKMSG, i.e. the popup messages displayed just above the health/food bars, right? For something like /motd, that could be multiple lines, so I'd have to cycle through each line, and display it in turn (QUICKMSG can only show a single line of text). That could be quite slow to display...
I'm also not sure what you mean by "map-menus" - where do map views come into all this?
Anyway, I will have a think about it and see what's feasible. I do kind of like the idea of capturing command output and doing interesting stuff with it...
@desht: Go
ok, sry for that late answer I somehow forget about my comment. Thanks for making the ticket. :D And Yes I mean that, thought it was displayed on the map not above the health bar, but you understood me. ;)
If you had to cycle through the text it wouldn't be a problem I think, you know how long it takes to read 1 full line, so you could just take this time for it. :D I would do +5 Secs maybe. And with the /motd it was also just an example, I need it to display Money a player has on his BANK ACCOUNT, not the "Economy Wallet" or whatever that is.
Good luck with it if you consider adding it, Thanks in advance. ;)
To post a comment, please login or register a new account.