-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method to set player's scoreboard group and/or custom triggers #25
Comments
I have plans to add full developer api to KiteBoard with everything included, first I think the whole event trigger system needs an overhaul, once I’ve somewhat got a stable plan of an API design that will hold out for the most, if not rest of KiteBoards existence, I will add this. Another possibility could be assignment based on conditions I.e %player_health% <= 2.0. Overall this sounds like a great idea though, will defiantly get looking into it once my exams are over. Thanks for your suggestion. |
Has a more in-depth API been implemented as of yet @Niall7459? I'm returning to a project where contextual scoreboards (especially based on different locations/worldguard regions) are necessary, and I would love to use KiteBoard as the network I work for uses it and I would much prefer it over having to develop my own scoreboard or use an alternative. I checked the wiki and the API page has seemed to stay the same. |
Hi, if you could provide me with a list of features/abilities that you need the API to perform I will implement it. |
I'm mostly just looking for an API to set a player's currently active scoreboard based on conditions that I need. I have various combinations of conditions (things like entering a world, entering different worldguard regions within a world, etc.) where I will need to display contextual scoreboards to the player to show them the most relevant information. |
Anything @Niall7459? |
Will add in next version 3.0.9 |
Just to let you know this is actively being worked on Will you need to be able to programatically create scoreboards? Or are you still using configuration based scoreboards and only need to be able to set them? |
Will you need to be able to programatically create scoreboards? Or are you still using configuration based scoreboards and only need to be able to set them? |
Should be fine to only need to set them to ones predefined in config, I don't believe programatically creating scoreboards is necessary (although it could be nice). Sorry for the late reply (final exams this week and last week). |
No problem There will most likely be two ways to do this
|
This is pretty much ready, just waiting for last part of api to be reviewed. |
Added Api jar is available on the released tab Any issues reach out to me #47 |
How is the api working for you? |
The criteria system is useful. I'm using it for showing a KOTH board when the user is near the KOTH location. Thanks again for adding it! |
Feature request
This template is for suggesting changes or new features to KiteBoard.
For reporting issues and/or bugs, use the Bug Report template!
Confirmation
I confirm, that I made the following steps:
Feature
It would be great to have at least a method to set a player's active scoreboard. If you're motivated, a custom trigger system would also be great, but that's quite a bit of work haha
Reasons to add/improve
I want to be able to switch scoreboards for our server based on our own conditions (such as a player having a faction). It should be simple really given that it's already a command, should just be a couple of lines.
Images/Links
Not an image but I would imagine it as something like this in the KiteboardAPI class.
The text was updated successfully, but these errors were encountered: