I need an Placeholder for all crops harvested, also if anyone know how to give the top players points for each leaderboard section that would be great. I will also pay money if someone helps me to make this leaderboard system.
#Leaderboard Placeholders
1 messages · Page 1 of 1 (latest)
Use plugin AjLeaderboard
I need crops placeholder also
we checked everywhere
how much you paying xd
honestly, This is easily Achievable through Available Plugins
We're looking at PAPI, Conditional Events, and whatever currency plugin You're Using
%statistic_mob_kills%
or something like this is there
I need a placeholder for crops
%statistic_mine_block:<material>%
Did u test?
Also, I was referring to the automatic rewards
yes its working now
thanks
but its too late i hired someone to make the plugin for leaderboards from scratch
you didn't need a plugin from scratch, but all the best
its not that easy to do a weekly leaderboards with points just from deluxemenus
I never said deluxemenus, but sure
If i was to do it in config only, I'd use:
- Deluxemenus (To store the names and data)
- Conditional Events (To run the event of giving the rewards to each winner)
- Score (For Variables)
but yeah
doing in code is better, as it's more efficient
@restive wedge what should I do when I want to take a players place and have it add up to a total leaderboard like the same in the image sent above. Say player 1 has top 1 in every leaderboard. he would have a total of 30 points
could you please elaborate?
okay so ajlb basically just ranks them right? say I would have to assign values per position the same one in the images sent above. Say top 1 is 50points top 2 is 40 and etc. How can I assign values to each position so that I can also place it in deluxemenus to show whos the top 1 in total
@restive wedge like how to assign values to every position
so i can make like a central leaderboard on all the types per say
Just Display the lore one by one in the right order
Lore:
- placeholder for pos1
- Placeholder for pos2
- placeholder for pos3
...
O
so that I can rank them like this too
i have no problem with the individual rankings, im just asking for insights on what you do to assign points to each position
and how to go on about it
what plugin should i use
Oh u mean points to grant rewards?
yes. say visualize it like this
leaderboard 1 leaderboard 2
pos 1: 10 points pos 1: 10 points
pos 2 : 5 points pos 2: 5 points
... .....
say those are the leaderboards
player 1 is in pos1 on both
so hed have 20 points
so in the main leaderboard ranking,
main leaderboard
pos1: player 1 = 20 points
pos2: player 2 = 10 points
can i use SCore to set values?
Is it possible to use blockstates too like noteblock[instrument=example]
?
ahh
Or i need another plugin?
instead of using score, install utils placeholder expansion
and do this
use %ajlb_lb_<board>_<number>_<type>_name% to get the name of the top player, or player in that position
I made it
ok i'm kinda confused
I used conditionalevents and javascript
let me organise the logic
W
Ai helped me
ai doesn't work good with conditional events btw
How to deal with blockstates? Like since %statistics_mine_block:potato% still procs a +1 value even if it isnt fully grown
How does it work? I mean how to implement it in papi
Aight, tyt
create a variable in score with your board name and time. let's say, money-daily, money-weekly, money-monthly
Then use commands to set the value of those placeholders for the user to %ajlb_position_vault_eco_balance_daily%, %ajlb_position_vault_eco_balance_weekly%, %ajlb_position_vault_eco_balance_monthly%. You get the position of the player in each leaderboard.
Then do /papi parse me %utils_{math_{ajlb_lb_vault_eco_balance_{score_variables_money-daily}_daily_value}+{ajlb_lb_vault_eco_balance_{score_variables_money-weekly}_weekly_value}+{ajlb_lb_vault_eco_balance_{score_variables_money-monthly}_monthly_value}}%
you need maths and utils expansion for this
allows you to use a bunch of placeholders in 1 place