EssentialsX

EssentialsX

2M Downloads

New variable in the language file.

zRiaz opened this issue ยท 2 comments

commented

So, basically some players around have different amount of homes and sometimes they are unsure of exactly how many they have.

So I thought if you could add some more variables to the language file for this:
homes=\u00a76Homes:\u00a7r {0}

To make it something like this: homes=\u00a77Homes{sethomes}/{maxhomes}:\u00a7r {0}
Or any other variable suitable.. But thats the basic idea. So it would display:
Homes(3/8): (name), (name), (name)

(This would also somehow hook into HomeLimit :p)

Its nothing major and I don't see how it would be a issue to add, personally I think it would come in really handy for a lot of people.

commented

Use homes=\u00a76Homes ({1}/{2}):\u00a7r {0}, that should work.