šŸ“ˆ Rank Upper [Universal]

Does this rank people up automatically without user interaction? We need it not to rank people up until they decide to spend the ingame currency to do so.

I thought i had my config right but i guess its not, can anyone take a look a figure out why it doesnt work? http://pastebin.com/3HkrQ44L

This plugin will work with PermissionManager [v2.5.1]?

Updated to Latest API 6.0.0 (Only changed the plugin ID)

latest version didnā€™t work here is the log http://pastebin.com/6gGYsxMs (its upside down)
unfortunately I did a stupid thing updating without backing up the old rank upper jarā€¦

Spongeforge 6.0.0-BETA-1878
forge 12.18.2.2123

is there any way i can get the older version back again?
Nevermind got the old version back browsing through github :slight_smile:

I too have had the same issue as Ashmit, I have tried clean instances and still no good.
Even changed Spongeforge versions, bouncing between numerous builds.

I have Spongeforge 6.0.0-BETA-1878, 1899 & 1902 None of them work
Forge version is 12.18.2.2123

Canā€™t figure out how to get this mod working or if Iā€™m uploading the right file even. Please HALP!

Any one able to solve this ?
[Error enabling RankUpper, plugin will shut down.]

1 Like

I am currently having the same issue.

Sorry, its fixed now.

- Requires JAVA 8
- Forge: 1.10.2 - 12.18.1.2046+
- SpongeForge: 1.10.2-2044 | API: 6.0.0-BETA | Build: 1659+

:white_check_mark: Latest changes:
:heavy_check_mark: Fixed error on enable plugin;

:heavy_check_mark: Added commands do add and set the group requeriments;
:heavy_check_mark: Possible fix to null if no economy plugins;

1 Like

nice, thank you! Link to donate?

Cool it worked ^^
You can donate to my paypal using this link: Paypal Donation

Nice, just wondering which permissions systems this works with. I currently have PermissionsManager 2.5.1 but seem to be having issues with RankUpper not seeing the groups, i was just wondering if there are only a few that RankUpper is compatible with

Is there a way to display minutes played when the player logs in?

plugin acts weird with luckpermsā€¦ :confused:im not sure how to make it work.
like because of the inheritance setup that luckperms uses the player seems to ALWAYS inherit the default group so it is constantly readding the player to the first group. any idea on how to easily do it with luckperms without having to mess up inheritance trees?

I want to know how to make it work with Luckperms too, Is Luckperms not supported?

I really dont know! RankUpper gets the permissions and groups directly using the SpongeAPI like this class: https://github.com/FabioZumbi12/Sponge-RankUpper/blob/master/src/main/java/br/net/fabiozumbi12/rankupper/PermsAPI.java#L13

Maybe you ask to dev of LuckyPerms if i can use other way to get perms because i only using from SpongeAPI and not directly from PEX.

Hi. LuckPerms is (as far as I know) fully implementing the Sponge Permissions API in accordance with the documentation. You shouldnā€™t have issues with that.

However, the problem highlighted above seems to just be an issue with the way youā€™re checking for groups.

Subject#getParents returns multiple groups (a player can be a member of multiple groups), but youā€™re only taking account for the one that gets returned first.

https://github.com/FabioZumbi12/Sponge-RankUpper/blob/master/src/main/java/br/net/fabiozumbi12/rankupper/PermsAPI.java#L19

Make sense. I get the first correspondence.

I will add a comparator when check if is a ā€œgetGroupSubjectsā€

Please, try this version: https://www.dropbox.com/s/wfs2kpdk5u93lie/RankUpper_Sponge.jar?dl=1

I changed to get a list of groups and check for all players groups. Remember, the player can have only one Ranked group at time!