Commit Graph

2710 Commits

Author SHA1 Message Date
56cb409a43 Removed static access 2014-11-15 12:53:26 +01:00
0914b7bec9 Minor remake xD 2014-11-15 12:29:30 +01:00
8f8fa01389 Added database command 2014-11-15 12:05:48 +01:00
0017b73bdb Fixes to SQL 2014-11-12 19:09:08 +11:00
e6c5f824df These somehow were undone at some point 2014-11-11 13:23:45 +11:00
c9204b3590 some fixes 2014-11-10 21:54:36 +11:00
7d304d3eb2 What's with this FIXME thing? Have you broken something? 2014-11-10 20:15:55 +11:00
278b8bc0c3 Saving flags properly 2014-11-10 20:13:07 +11:00
af04881965 block ignite 2014-11-10 18:28:29 +11:00
ec754c39b7 plot info and flags 2014-11-10 09:55:50 +11:00
f8db0ceec5 Added op + deop aliases (trusted) 2014-11-09 19:27:46 +01:00
790bb4e948 Added ban/unban aliases. Made "plot.settings.getBiome()" return the actual biome. Fixed a colour error 💥 2014-11-09 17:22:53 +01:00
1b9a42d3c9 Cloning :D 2014-11-09 17:02:45 +01:00
9309855df2 Piston stuff
Pretty help menu
2014-11-09 16:55:43 +01:00
182f4cbd22 Fixed a heckload of warnings 2014-11-09 12:51:17 +01:00
87a0cecb2f Cleanup of PlotMain 2014-11-09 12:29:35 +01:00
8966799b66 It needs craftbukkit in order to do a lot of these tests. 2014-11-09 14:16:23 +11:00
2211a8fb24 fixes (some test cases don't pass) 2014-11-09 12:45:52 +11:00
e7f9030757 Fix :D 2014-11-09 00:00:48 +01:00
ee89e9cb2e At least have the decency of using utf8-codes 💥 2014-11-08 23:53:04 +01:00
7e208afbe2 invalid symbols? 2014-11-09 09:34:46 +11:00
77ee6d2b81 Merge remote-tracking branch 'origin/master' 2014-11-08 22:48:13 +01:00
0a6f2aa357 Changed to TranslationAPI 2014-11-08 22:47:45 +01:00
f6b408d977 Shouldn't be there... 2014-11-08 21:05:16 +01:00
b15ccdc789 Remove some TODO-lidos 2014-11-08 21:02:52 +01:00
4df3535a43 Allow for console plot clearing. 2014-11-08 21:00:43 +01:00
a39d50843e Removed all warnings in the main file -> updated to new copyright format (please do this for any file you edit) 2014-11-08 20:46:49 +01:00
4bfe5f6453 Fixed GPLv3 copyright issue ;) 2014-11-08 20:37:34 +01:00
7fd21a4657 Fixed copyright for borrowed code :p 2014-11-08 20:35:00 +01:00
f71fabbfbf Some optimization, fixed copyright. 2014-11-08 20:27:09 +01:00
bcc34e7cd8 should be a player command 2014-11-08 23:17:59 +11:00
20cfa053e5 fixes #39 2014-11-08 21:35:49 +11:00
a9c78e491e fixes #38 2014-11-08 12:42:35 +11:00
c22a476908 incremented version number 2014-11-08 12:01:12 +11:00
c606b4d893 Hows this? 2014-11-07 22:15:19 +11:00
12c476f3c2 fixed bugs 2014-11-07 21:30:29 +11:00
487aa93986 Merge remote-tracking branch 'origin/master'
Conflicts:

	PlotSquared/src/main/java/com/intellectualcrafters/plot/PlayerFunctions.java

	PlotSquared/src/main/java/com/intellectualcrafters/plot/StringComparsion.java
2014-11-07 08:07:27 +11:00
627400558b fixes #37 2014-11-07 08:04:41 +11:00
536ae7fe2f Some minor improvements to the MainCommand code. 2014-11-06 09:46:37 +01:00
0ff50aed11 Experimenting with String comparison, and help methods 2014-11-06 09:37:46 +01:00
87773d4929 Created a better plot hashcode thingy 2014-11-06 09:29:49 +01:00
a30e8eec9a various fixes 2014-11-06 18:23:21 +11:00
766dc0f703 temp fix 2014-11-05 22:01:59 +11:00
cb10f39753 Fixed help menu/plot delete -> plot exit not being called 2014-11-05 15:27:49 +11:00
bddaadd31d weekly code cleanup 2014-11-05 14:42:52 +11:00
aaa5d54085 Update README.md 2014-11-04 14:44:53 +01:00
61c3fe2805 What you've done is more dangerous
With the setOp thing, it's all on the main thread and the op is taken
away immediately afterwards so there is no possibility of them using the
elevated permission for anything other than worldguard. I even had a
finally clause.

What you have done, although it may not seem too dangerous, it still
gives players the opportunity to use their elevated permissions.
2014-11-04 12:22:09 +11:00
3c5f88c0be Some improvements, I still have to test the setowner stuff, seemed a bit dangerous to give OP :3 2014-11-03 20:36:50 +01:00
adae7f3cf0 Derp 2014-11-03 18:05:12 +01:00
687ad4cb9f more test cases 2014-11-03 21:14:55 +11:00