13565 Commits

Author SHA1 Message Date
JonnyD
b4044ebc7f Fixed: Group owner alerted when a player joins their group 2012-08-11 23:13:09 +01:00
Jonathan Devine
33c8b09722 Fixed null pointer exception 2012-08-11 23:10:44 +01:00
Jonathan Devine
039f818ee3 Fixed: Redstone not opening doors 2012-08-11 21:36:50 +01:00
Jonathan Devine
b0617acb20 Merge pull request #48 from JonnyD/master
Some bug fixes, formatting, and new commands.
2012-08-11 13:09:50 -07:00
JonnyD
b77947defe sync 2012-08-11 21:08:27 +01:00
JonnyD
e75d757141 New command: Group Info 2012-08-11 21:04:48 +01:00
Jonathan Devine
6433a67515 PlayerInteractEvent optimization 2012-08-11 20:16:12 +01:00
Jonathan Devine
c2d63a0667 You can only transfer group to a logged-in player 2012-08-11 20:15:13 +01:00
Jonathan Devine
02bde2205c Allow reinforcement mode with a group. 2012-08-11 20:13:23 +01:00
Jonathan Devine
75ce7032db Display if a group is the players default/personal group 2012-08-11 20:12:46 +01:00
Jonathan Devine
39208cbf72 Allow fortification with groups 2012-08-11 20:10:49 +01:00
Jonathan Devine
8c091ce1f4 Implemented a group limit. Limit can be set in the config. 2012-08-11 20:09:44 +01:00
Jonathan Devine
b7bd983a3b Fixed: comparing player location with block location with both being in
different worlds caused an error
2012-08-11 20:06:54 +01:00
Jonathan Devine
bbdd85457b Enabled Verbose Logging Toggling 2012-08-11 17:34:38 +01:00
Justin
e0e37b3362 Merge pull request #47 from Celdecea/master
FIX for breaking reinforced snitch blocks.
2012-08-09 03:44:46 -07:00
Celdecea
f515fc63bf Fix for broken reinforced snitch blocks. 2012-08-08 19:29:14 -07:00
Josvth
893058a155 Added spawn blacklist and default spawn blacklist. 2012-08-04 19:50:59 +02:00
Josvth
050e2e92f4 Merge remote-tracking branch 'patinok/master'
Conflicts:
	Random Spawn/src/me/Josvth/RandomSpawn/RandomSpawn.java
2012-08-04 11:16:22 +02:00
Josvth
920fbcf378 Merge branch 'master' of https://github.com/Josvth/Random-Spawn.git 2012-08-04 10:47:11 +02:00
Josvth
f2a00d2e05 Changed version to 2.2.2 2012-08-04 10:46:42 +02:00
Josvth
ec3e10ab0b Changed version to 2.2.2 2012-08-04 10:45:24 +02:00
Josvth
e1c6bcaa90 Removed useless messages. 2012-08-04 10:45:01 +02:00
Josvth
1a19e5bfcf Cleanup. Added check if the bed of this player is in this world. 2012-08-04 10:44:28 +02:00
Josvth
e6e24e3c2f Some cleanup. Fixed nodamagetime for the Random Spawn signs. 2012-08-04 10:43:28 +02:00
Josvth
28dad1fdb7 Added custom colored messages. 2012-08-04 10:41:49 +02:00
Josvth
6e9f390ef2 Added custom colors for messages. Changed RandomSpawn.isFirstJoin(Player
player, World world) reference to Player.hasPlayedBefore.
2012-08-04 10:41:21 +02:00
Josvth
25b8ac82d6 Removed isFirstJoin function. 2012-08-04 10:39:56 +02:00
Jonathan Devine
3d73f968de Merge pull request #45 from JonnyD/master
Reverted back to the original INFO text
2012-07-18 18:16:52 -07:00
JonnyD
d2f45641e7 Forgot to revert back the INFO health text to its original after testing 2012-07-19 02:10:33 +01:00
Jonathan Devine
f2f0282bd5 Merge pull request #44 from JonnyD/master
Updated group limit
2012-07-18 17:52:23 -07:00
JonnyD
f3ef2fb0b0 Updated group limit 2012-07-19 01:51:28 +01:00
Jonathan Devine
e6adea01b9 Merge pull request #43 from JonnyD/master
Supports group + lots more commands (moderators, transfers, join, and more)
2012-07-18 16:12:36 -07:00
JonnyD
adc670df45 BlockListener sync 2012-07-19 00:08:35 +01:00
Jonathan Devine
b025dd4a48 BlockListener & PlayerListener sync 2012-07-19 00:07:28 +01:00
Jonathan Devine
9084d613a8 FactionMember sync 2012-07-19 00:06:48 +01:00
JonnyD
d5af1ed7f1 PlayerState sync 2012-07-19 00:04:11 +01:00
JonnyD
a51c1ad6df BlockListener sync 2012-07-19 00:00:00 +01:00
JonnyD
b21714810b A great big steaming pile of commit! 2012-07-18 23:55:25 +01:00
Justin
2b843e28fc Merge pull request #40 from Celdecea/6ed029326b4018dc71ec4daf127e6e563b791b35
Fix for useless NORMAL mode off message.
2012-06-28 03:39:16 -07:00
Justin
502ad3e0e8 Merge pull request #39 from Celdecea/27fac538fc3f29a1a0545974272230c5f56fdd32
Fix for /ctfortify timer
2012-06-27 05:20:46 -07:00
Exultant
32745dffcc Merge pull request #38 from JonnyD/master
Just realized I didn't commit the latest version of the piston bug fix.
2012-06-23 02:30:11 -07:00
Jonathan Devine
69f113cabc Update master 2012-06-23 10:41:15 +02:00
Exultant
4ea3576196 Merge pull request #37 from JonnyD/master
Fixed the door and piston glitch in Citadel. Resolved issue #32
2012-06-22 21:27:43 -07:00
Celdecea
6ed029326b FIX: Got rid of useless NORMAL Mode Off message when player manually
turns off reinforcement or fortification mode.
2012-06-22 05:59:16 -07:00
Celdecea
27fac538fc FIX: Fortification mode exits after 20 seconds. Corrected behavior
resets the timer whenever a fortified block is placed.
2012-06-22 04:15:59 -07:00
Jonathan Devine
99bd9447e1 Added a command to display the current version of the plugin 2012-06-21 18:36:45 +01:00
Jos van 't Hof
075e154e5d Removed the spawnlocations.yml . 2012-06-12 11:41:38 +02:00
Jos van 't Hof
e13083a9df This should improve something. 2012-06-12 11:40:41 +02:00
Jos van 't Hof
b5fdbb3169 Fixed randomspawnonflag "firstjoin" requires "respawn" 2012-06-12 11:17:36 +02:00
Jos van 't Hof
4beb052bb4 Fixed swapped messages. 2012-06-05 09:18:27 +02:00