This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I am in the works of setting up the DonationPoints plugin on my server. So far it is working great, although I am walking into one problem.One of the wolds I have is a creative world with plots. By default players can claim 2 plots, but I want them to be able to buy more plots with the help of this plugin. The problem is, is that the limit of plots is done with permissions (eg plotme.limit.2).
Would there be a way that for every time you buy a package, it increases the amount of plots you can claim by one? At the moment I have to set up several packages that remove the old permission and add the new one (and have them set up with prerequisites so its like a ladder).
I hope you understand what I mean :)
Lars
What you want could be done with PreRequisites. For Example, name a package Plot3, but it requires you purchase Plot2 before you can purchase that one.
Each package can have: requireprerequisite: true prerequisite: PackageName
This sort of gets the effect you're going for. It requires the player have purchased a different package before they purchase a new one. (Great for making ranks, etc)
@MistPhizzle: Go
Yes, that is the way I have them set up now. however this makes a lot of mess for the package list, and you have to give every option its own package (aka, players cant do this an unlimited amount of times). But I created another ticket to fix the package list mess ( ticket #19).
To post a comment, please login or register a new account.