0 Members and 3 Guests are viewing this topic.
"Protection of an area this size will cost: " + (int cost) + ". To purchase respond with /yes or /no to not purchase"
"The selected area overlaps another protected area. Cannot protect!"
"The selected area is larger than the largest allowed area protection!"
"/no"
"/yes"
"You do not have enough money to buy protection for this area!"
"Protection of an area this size will cost: $4000. To purchase respond with /yes or /no to not purchase"
I mean, this could easily be programmed into the current protection system most likely. I haven't seen any source code for smp plugins, but I would assume it wouldn't be that hard to program.I would know if I could program in the procedure for this idea if I had the source code of the opticraft ps system, but I doubt that's meant to be available to anyone outside of the opticraft administration.
If it's open source then any chance I could see the source code? Is this plugin modified for Opticraft, or is it an unmodified plugin from the bukkit list? I might be able to pick up on it and try coding in a bit of the protection stone addition I was talking about in my original post.
Quote from: cheif149 on June 29, 2012, 08:09:14 amIf it's open source then any chance I could see the source code? Is this plugin modified for Opticraft, or is it an unmodified plugin from the bukkit list? I might be able to pick up on it and try coding in a bit of the protection stone addition I was talking about in my original post.https://github.com/SacredCoding/PreciousStonesLet me know once you have made the proposed changes, and I will review them and make use if satisfactory.
I'm not promising you anything here lol. I've never coded plugins for a bukkit server, but I am a java programmer so I might be able to figure things out.
Meh I think protection stones are fine
Quote from: DiamondKnight629 on June 29, 2012, 03:32:02 pmMeh I think protection stones are fineI mean I think they are ok, but the thing I don't like is having to place so many of them because even the diamond ps stones aren't going to cover a whole big area (such as the giant manmade island and castle I built on it).I got the project file, and I am trying to get the damn ide to use the bukkit API, but the developer of the plugin used IntelliJ ide which seems to be the dumbest ide because I can't find the part of the program where I tell it where the bukkit api is located......