LB-- / KataParty

Minecraft Bukkit plugin made for Katatunka
http://dev.bukkit.org/bukkit-plugins/kataparty/
The Unlicense
2 stars 0 forks source link

implement limit of invites #2

Open Darkool opened 9 years ago

Darkool commented 9 years ago

Hello, let me say that it's an amazing plugin, what about add a new feature (Shop invites) i mean player should have a limit of invites (then they can purchase new invites) or maybe by permissions?, regards

LB-- commented 9 years ago

I'm thinking about implementing this in a similar way to the /kpback command's permission-based grace periods. So, in the config file you'd have something like this:

party-invite-limits:
  default: 4
  admin: -1

Then you would give the permission nodes KataParty.invite.limit.default or KataParty.invite.limit.admin.

There are plenty of plugins already that allow purchasing permission nodes, so you could use that for buying higher invite limits. By adjusting the config you could have as many tiers as you wanted.

Darkool commented 9 years ago

thats sound good, what about this?: party-invite-limits: default: 40 <--- money admin: 0 <--- money

Later GUI Click to purchase 1(default) invite *PARTIES.YML

parties:

anyway I can also your idea ;)

LB-- commented 9 years ago

No, you're asking me to make a massive change to the behavior of my plugin just for your case. There a plenty of servers that do not need or want invite purchasing.

Darkool commented 9 years ago

of course, im understand this, by this reason i said you that your idea is good, sorry if I didn't express properly