Commit Graph

5634 Commits

Author SHA1 Message Date
3656ec5297 Breaking things...
...
2014-10-10 18:31:51 +11:00
ef443cade3 Added money given on delete. 2014-10-08 19:31:59 +02:00
1ddb6b3bdc I hope this works... 2014-10-08 17:31:02 +02:00
8315121d66 Yup. 2014-10-08 16:26:46 +02:00
508b17a2a6 Improved economy (multiplies price * plots) :D
Added you to plugin.yml
2014-10-08 16:15:25 +02:00
949bd6c9f5 Updated plugin info: New link, total downloads + newest version 2014-10-08 16:06:06 +02:00
a89c062dbc I don't think I need this anymore. 2014-10-08 22:58:50 +11:00
e3ad7ede8c some code documentation. 2014-10-08 22:51:19 +11:00
2aff00c088 Finished coding default world generation classes
Now I just need to do is fix all the errors I created as well as point
the static methods to the newly abstracted ones.
2014-10-08 22:23:18 +11:00
101b726319 Only 7 methods left which need to be coded 2014-10-08 21:42:13 +11:00
74a6d2d28a More changes... 2014-10-08 20:02:08 +11:00
0d55e1a2dc Continued externalization of generators.
- Please ignore all the errors, I am not commiting all the classes I
have changed.
2014-10-08 16:53:09 +11:00
c476e07c28 Merge remote-tracking branch 'origin/master' 2014-10-08 07:14:40 +02:00
ee86310988 Economy + schematics for /p auto :P 2014-10-08 07:11:46 +02:00
10079579f2 whoops, forgot I was in the middle of something. 2014-10-08 16:09:28 +11:00
2a35ec963c SO MANY!!!! bug fixes 2014-10-08 16:07:35 +11:00
30f1f829cb further bug fixes 2014-10-07 22:35:01 +11:00
da3ceeab44 I seriously doubt this is working xD 2014-10-06 14:51:28 +02:00
1dd0b5de5f Fixed 2014-10-06 22:42:49 +11:00
dc80fce05d possible fixes? 2014-10-06 21:56:23 +11:00
7c643ed535 Trusted/Helpers changes 2014-10-06 20:47:43 +11:00
bde2e45e6b A lot will need to be changed to implement this... 2014-10-05 22:19:35 +11:00
4e08ae2a54 Are you okay with what I'm doing? 2014-10-05 14:57:47 +11:00
fbd9766cfa added Abstract PlotWorld class 2014-10-05 14:44:33 +11:00
5f787d45fa Started work on abstract PlotManager class 2014-10-05 13:58:35 +11:00
5f0d914b07 stuff. 2014-10-04 16:01:45 +10:00
34f0428d06 Added support for external generators
- PlotSquared still handles the Plot IDs and layout, so these external
generators would need to be compatible with PlotSquared
- Server owners would still need to configure the PlotWorld settings in
the settings.yml
- Alternatively, other plugins could add their own PlotWorld class using
the existing API methods. In that case these new methods do not apply.
2014-10-04 14:11:31 +10:00
1511db8d12 not much actually changed, but it seems to be working fine now. 2014-10-03 23:20:33 +10:00
8597117d7a Fixed large roads, server crashes, and DB upgrades
Roads of 100 blocks or more will now work (WHO HAS ROADS THAT LARGE
THOUGH!?)
- We could see if we could block beacon effects from other plots...

*The crash was due to a misconstructed for loop.

Older databases will now add the missing table plot_ratings
2014-10-03 14:01:01 +10:00
980499a193 Time for our weekly code cleanup!
Please tell me if doing this annoys you.
2014-10-03 12:36:30 +10:00
58ed037fad Started working on rate system :D 2014-10-02 17:38:31 +02:00
ff05ef840b Fixed some items on the to-do list. 2014-10-02 17:00:34 +02:00
aa81704f80 We should fix up the event system
Some of it is my fault. Half the events don't get called properly, or
aren't cancellable when they say they are.

Tell me your ideas for how we should sort out this mess.
2014-10-02 22:54:49 +10:00
560921ebc5 fixed setup command (it wasn't working) 2014-10-02 22:30:25 +10:00
e0c5c285bb Finished setup command 2014-10-02 18:21:34 +10:00
8b50bdd330 WorldEdit 6 + /plot setup (in progress) 2014-10-02 14:35:20 +10:00
9409ebd7cb Fixed plot clear, Added WorldGuard flags 2014-10-02 09:36:00 +10:00
e6ed231e05 Fixed plotme converter sorta
It should also technically work for offline mode server (untested)
2014-10-01 23:41:31 +10:00
0a61e516f3 Probably shouldn't still have that... 2014-10-01 22:50:53 +10:00
49bf3b6694 Fixed some NPEs 2014-10-01 22:35:08 +10:00
97c452e311 The damn reflection doesn't want to work.
Why did zachbora think it was a good idea to convert the UUIDs to player
names before returning them?

Anywho, I added a slower method that now works at okay speeds.  (22
seconds for 2549 user checks)
2014-10-01 22:11:19 +10:00
c4d328455e PlotMe converter changes 2014-10-01 19:35:11 +10:00
efd3cde86b Fixed DB upgrade 2014-10-01 18:27:18 +10:00
56537dcafc Added trusted users 2014-10-01 18:01:41 +10:00
3a653c2dea worldguard fixes 2014-09-30 22:08:38 +10:00
3c74874256 plot kick command 2014-09-30 21:17:55 +10:00
3508431300 Well, I broke it, sorry :( 2014-09-29 19:20:48 +02:00
c60bd3bbc8 Forgot to merge... Bleh... 2014-09-29 19:11:21 +02:00
1e6ae5c467 Merge remote-tracking branch 'origin/master'
Conflicts:
	PlotSquared/src/com/intellectualcrafters/plot/commands/Auto.java
2014-09-29 19:07:52 +02:00
b28c44b0df Economy Support (Stage 1, alpha xD)
Added schematic support for Auto
Continued working on setup command
Made sexy exception thingy
Tried to fix Errors in PWE
Added some epic captions
Added configuration options to PlotWorld
YAY
2014-09-29 19:05:03 +02:00