Looking for a Plugin

Status
This thread has been locked.

Aelin

Full-time 2D/3D Production Artist
Supreme
Feedback score
56
Posts
95
Reactions
320
Resources
122
Hi there MCM!
Does anyone know of a plugin/a way to give a dynamic amount of sethomes?
In essentials, it's a flat rate- so you can set someone's homes to 5, but you can't +5 to the homes they already have. I figured a plugin must exist to support this but I can't find one anywhere!
 

ArZor

Feedback score
0
Posts
14
Reactions
2
Resources
0
From some time spent looking for something like what you are asking i honestly believe it doesn't already exist. Maybe you could do some kind of custom command with MyCommands...maybe
Other than that you might look at trying to see if someone could make this for you. It seems like a really simple request so who know maybe some kind may even do it for free.
 

Aelin

Full-time 2D/3D Production Artist
Supreme
Feedback score
56
Posts
95
Reactions
320
Resources
122
Add a certain amount of homes to individual groups.
example:

"Rank1" essentials.sethome.multiple.rank1
"Rank2" essentials.sethome.multiple.rank2

Then in your essentials config:

Code:
sethome-multiple:
  default: 5
  # essentials.sethome.multiple.rank1
  rank1: 10
  # essentials.sethome.multiple.rank2
  rank2: 15
I'm aware of that. What I was wondering is if there's a way to make it dynamically, so that if someone is in a group with 10 sethomes I could give them 1 more but leave their group how it is- allowing them to have 11 sethomes, but other members of the group to have 10.

Are you making a faction server
No, for the server I already have. More of an SMP.
Looks like I'll have to get this custom made. Annoying, but doable. Thanks for trying :)
 

Grapefruit

Genius Mastermind
Supreme
Feedback score
6
Posts
561
Reactions
272
Resources
0
I'm aware of that. What I was wondering is if there's a way to make it dynamically, so that if someone is in a group with 10 sethomes I could give them 1 more but leave their group how it is- allowing them to have 11 sethomes, but other members of the group to have 10.


No, for the server I already have. More of an SMP.
Looks like I'll have to get this custom made. Annoying, but doable. Thanks for trying :)
If I remember correctly there was a thing in PEX where you can have custom permissions for a certain player, and I’m assuming they buy the sethomes so when they buy it it can add them to PEX and give them it like that. You could also make ranks for the amount of sethomes a player has and they can buy it and give them the rank.
 
Status
This thread has been locked.
Top