Those are the ones! Especially Items crafted on high gather Instacraft servers, it can make things unusable. If these were optionally removed it would be perfect![]()
Rank-ME [Replaced]
Discussion in 'Plugin Support' started by Steenamaroo, May 29, 2015.
-
Great stuff. The whole thing is done but I'm chasing one or two errors.
Shouldn't be long now. -
-
.py ????
-
the python version of this bit the dust tonight (warning: DeprecationWarning: Rust.UserIDFromPlayer has been obsoleted. No replacement, not necessary for C# plugins) im hyped for your C# version - good work man!
-
Where did you get that error?
From my end there's no warnings or anything - It just appears like python support is gone.
[DOUBLEPOST=1487890000][/DOUBLEPOST]Sounds like it's beta-testing time, boys.
If @Wulf is OK with it, I can post my current version (c#) here?
Seems like the place people will be looking. -
Check with Wulf first as always but he is aware that this plugin no longer works through my posts.thanks!
-
Wulf Community Admin
-
Sorry, just to be clear.
Is python support gone and, if so, is it cool to beta-test the new c# version in here for a bit? -
Wulf Community Admin
-
OK, cool.
Ultimately the new version will need a new overview etc, but i'll post what I have with a summary here very shortly.
Thanks Wulf. -
PlayerRanks – c# replacement for Rankme - Public Testing.
Commands
/pr tops – displays a players top stats for each category, in a private list.
/pr <category> – displays server top 5 for that category to the user.
(replace the word 'category' with a stat name from /pr tops list, but lower case with no spaces - eg "/pr pvpkills" or "/pr structuresbuilt")
/pr wipe – wipes the database
/pr save - saves the database
Config Options
Block Events – Enable/disable EventManager activity from contributing to ranks.
Use Clans – Enable/disable clan-member kills from contributing to ranks.
Use Friends – Enable/disable friend kills from contributing to ranks.
Use Intense Options – Enable/disable gathering of information, and displays, relating to:
- StructuresBuilt,
- ItemsDeployed,
- ItemsCrafted,
- EntitiesRepaired
- StructuresDemolished
- Resources Gathered
Data Save Time - Interval, in minutes, at which the plugin will auto-save the database.
Use Random Top 3 – Enable/disable public top3 broadcast rotation.
By request, zero ranks are filtered out, and if there are no ranks greater than zero, the category is skipped - Thanks NavyChief.
Random Message Timer – Frequency of Top 3 public broadcasts, in minutes.
Top3-category – enables or disables the given category in top3 public broadcasts.
Top5- category – enables or disables personal top5 broadcasts, per category.
As per top3, zeros are filtered out and categories with no stats don't report.
Things to add.
ZoneManager whitelisting, if it's popular. Comment to let me know.
/pr del playername - delete the ranks for the given player.
Notes.
Heli Kills are attributed to the player who hit the heli the most - not the last hitter.
If a player dies from his wounds, the person who wounded him gets the PVP kill.
Distance is recorded based on the wounding shot.
This is my first attempt at a plugin and my learning has relied massively on the big contributors around here.
Sections and ideas are recycled from many existing plugins so I want to acknowledge K1lly0u, Wulf, Fujijura. Nogrod, LaserHydra, amongst others.
Some sections of this plugin are unnecessarily verbose. I'm aware of this.
I hope to learn how to improve them, but that's going to have to come at the same rate as knowledge and experience.
If anyone has suggestions to offer, I'd be very grateful.Attached Files:
Last edited by a moderator: Feb 24, 2017 -
Thanks steenamaroo good work - before i install the plugin can you tell me if it is compatible with the old .json and data from rankme or a clean install required? thanks
-
Hey man.
No, I'm afraid not. It will create its own fresh and database json.Last edited by a moderator: Feb 24, 2017 -
-
/pr category - does not work.
-
Post edited for super clarity.
-
Sorry, works fine
-
Will there be stats for gather?
-
Oh, well spotted.
I forgot about that.
Yes, I can add it. I think I'd put it in the group with repairs/built/crafted so it can be disabled on high-Pop servers.