📈 Rank Upper [Universal]

no need to respond now, i’ve given up on even trying and deleted the whole thing instead :slight_smile:

German Translation:

create a new file langDE-DE.ini in config/RankUpper

#Wed Sep 28 10:31:21 CEST 2016
_lang.code=EN-US
_lang.version=2.3
_rankupper.prefix=&2[RankUpper]&r
commands.added=&aFĂźge {time} zu Spieler {player} hinzu. 
commands.check.otherplayed=&aSpielzeit {time}.
commands.check.youplayed=&aDu Spielst bereits &6{time}&a und bist in der Gruppe &6{group}&a.
commands.commandshelp=&bVerfĂźgbare Kommandos &6| &4Req. \= <> &aund &6Opt. \= []
commands.help.add=&6/ru add <spieler> <minuten> &b| &aFĂźgt jemanden Minuten hinzu.
commands.help.addgroup=&6/ru addgroup <gruppe> <neue gruppe> <minuten> <lvl> <money> &b| &aGruppe hinzufĂźgen.
commands.help.check=&6/ru check &b| &aPrĂźft Anforderung und Zeit.
commands.help.check.others=&6/ru check [spieler] &b| &aPrĂźft Anforderung und gesamt Spielzeit.
commands.help.load-all=&6/ru load-all &b| &aLade Spieler daten.
commands.help.player-info=&6/ru player-info <spieler> &b| &aInformation zu Spielern.
commands.help.save-all=&6/ru save-all &b| &aSpeichert Spieler daten.
commands.help.set=&6/ru set <spieler> <minuten> &b| &aSpielzeit fĂźr Spieler setzen.
commands.help.setgroup=&6/ru setgroup <gruppe> <neue gruppe> <minuten> <lvl> <money> &b| &aSetzt Gruppen Anforderung.
commands.help.top=&6/ru top &b| &aZeigt Top Spieler auf dem Server.
commands.nextgroup=&aDie nächste Gruppe ist &6{group}&a. Anforderungen sind\:
commands.nocommmands=&cUnbekannter Befehl&6{args}&c.
commands.notnumber=&c{arg} ist keine Nummer.
commands.setto=&aSpielzeit {time} wurde fĂźr {player} gesetzt.
commands.top10=&bTop 10 Spieler\:
commands.unknownplayer=&cSpieler {player} ist Unbekannt.
config.addedgroup=&aGruppe erfolgreich hinzugefĂźgt\!
config.and=und
config.cifra=$
config.day=Tag(e)
config.hour=Stunde(n)
config.levels=> Level
config.minute=Minute(n)
config.money=> Money
config.notaddedgroup=&cDie Gruppe wirde bereits bearbeitet\!
config.notsetgroup=&cDie Gruppe exsistiert bereits. PrĂźfe die konfiguration\!
config.ok=(OK)
config.setgroup=&aGruppen Anforderung erfolgreich gesetzt\!
config.time=> Zeit

Change config file from EN-US to DE-DE.
Have fun.

Can you add killed Mobs, item in inventory (with take it our of this inventory)?
Also check for archivements and or more stats. So you can give the Player more experience by interact with the Server.

2 Likes

Is the time requirement cumulative? Or does time get removed when ranking up?

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.