Commit Graph

80 Commits

Author SHA1 Message Date
c060d55550 Cleans the chat listener 2022-11-14 17:47:03 +01:00
ce63d39339 Cleans the boundary bypass listener 2022-11-14 17:35:19 +01:00
6d62a10de3 Cleans the block change listener 2022-11-14 16:26:17 +01:00
c51b0e9557 Changes some code necessary for the new arena format 2022-11-14 13:00:54 +01:00
392a8448e4 Safety commit before changing how arenas are stored 2022-07-21 20:36:27 +02:00
df467cd956 Fixes a bunch of warnings 2022-07-21 18:28:00 +02:00
38d2efa46f Fixes structure and fixes compilation for 1.19 2022-07-21 18:15:13 +02:00
Jeppa
7275959de4 Readme update with link to project... 2019-12-08 20:02:39 +01:00
Jeppa
c4d3ebac55 Removed obsolete files... 2019-12-08 18:05:36 +01:00
Jeppa
361396aa4a Massive update to support 1.9 up to 1.14, and lots of fixes! 2019-12-08 15:29:35 +01:00
Jeppa
edfba1aa90 Another Cleanup
Just removed .class-files from Git...
2015-01-24 14:39:06 +01:00
Jeppa
ef421c9ddb Cleanup :)
commentCleanup :)
2015-01-24 14:18:33 +01:00
Jeppa
534a12684e merged from 2nd branch to master
BIG Update!!!
1st: changed to latest source from Travja
2nd: lots of updates and fixes:
- MultiArena working and multispawns! (now 20 default worlds in no order
possible, if more are needed keep them in correct order!)
- the defaultspawnpoint always is the last spawnpoint set, or edit the
configfile (spawns.yml).
- setting spawnpoint working now.
- HA commands extended, fixed and with help..., some commands now have
default worldrecognition
- saving and restore of player inventories !!!!
- fixed join/leave/dead-behaviour
- fixed gracetimer and made each map have its own timer!
3rd: merged branch
2015-01-24 13:54:21 +01:00
Jeppa
eeda111f57 Big Update !!!
1st: updated to latest source from Travja !
2nd: lots of changes and fixes:
- MultiArena working and multispawns! (now 20 default worlds in no order
possible, if more are needed keep them in correct order!)
- the defaultspawnpoint always is the last spawnpoint set, or edit the
configfile (spawns.yml).
- setting spawnpoint working now.
- HA commands extended, fixed and with help..., some commands now have
default worldrecognition
- saving and restore of player inventories !!!!
- fixed join/leave/dead-behaviour
- fixed gracetimer and made each map have its own timer!
- lots more i'm not remembering right now...
2015-01-24 13:29:05 +01:00
Jeppa
e7bc986459 .gitignore was mkissing
added .gitignore...
2015-01-24 12:36:47 +01:00
Jeppa
1a5b18ebe1 My own way to control block-breaking/-placing
This version controls blockbreaking and -placing when noone is playing
(no game is running) using the whitelist/blacklist feature to prevent
people from breaking the spawn-/lobby-area !  This behaviour is
switchable (config) and controllable (permission) !
2013-03-30 16:33:08 +01:00
Jeppa
2ae5363b4b Made the chests use own configfile... 3rd try 2013-03-30 15:26:17 +01:00
Jeppa
07a0b83dd7 Made the chests use their very own configfile !
Chests don't use the plugins defaultconfig anymore!
2013-03-30 02:20:02 +01:00
Jeppa
e7d4277793 Back on track... sync to upstream 2013-03-30 02:16:12 +01:00
Jeppa
7b55d41445 Merge remote-tracking branch 'upstream/master'
Conflicts:
	config.yml
	src/me/Travja/HungerArena/BlockStorage.java
	src/me/Travja/HungerArena/ChatListener.java
	src/me/Travja/HungerArena/Chests.java
	src/me/Travja/HungerArena/CommandBlock.java
	src/me/Travja/HungerArena/DeathListener.java
	src/me/Travja/HungerArena/DmgListener.java
	src/me/Travja/HungerArena/FreezeListener.java
	src/me/Travja/HungerArena/HaCommands.java
	src/me/Travja/HungerArena/JoinAndQuitListener.java
	src/me/Travja/HungerArena/Main.java
	src/me/Travja/HungerArena/PlayerWinGamesEvent.java
	src/me/Travja/HungerArena/PvP.java
	src/me/Travja/HungerArena/Signs.java
	src/me/Travja/HungerArena/SpawnsCommand.java
	src/me/Travja/HungerArena/SpectatorListener.java
	src/me/Travja/HungerArena/SponsorCommands.java
	src/me/Travja/HungerArena/TeleportListener.java
	src/me/Travja/HungerArena/WinGamesListener.java
	src/me/travja/HungerArena/BlockStorage.java
	src/me/travja/HungerArena/Blocks.java
	src/me/travja/HungerArena/ChatListener.java
	src/me/travja/HungerArena/Chests.java
	src/me/travja/HungerArena/CommandBlock.java
	src/me/travja/HungerArena/DeathListener.java
	src/me/travja/HungerArena/DmgListener.java
	src/me/travja/HungerArena/FreezeListener.java
	src/me/travja/HungerArena/HaCommands.java
	src/me/travja/HungerArena/JoinAndQuitListener.java
	src/me/travja/HungerArena/Main.java
	src/me/travja/HungerArena/PlayerWinGamesEvent.java
	src/me/travja/HungerArena/PvP.java
	src/me/travja/HungerArena/Signs.java
	src/me/travja/HungerArena/SpawnsCommand.java
	src/me/travja/HungerArena/SpectatorListener.java
	src/me/travja/HungerArena/SponsorCommands.java
	src/me/travja/HungerArena/TeleportListener.java
	src/me/travja/HungerArena/WinGamesListener.java
	src/me/travja/hungerarena/DmgListener.java
	src/me/travja/hungerarena/PlayerWinGamesEvent.java
	src/me/travja/hungerarena/TeleportListener.java
	src/me/travja/hungerarena/WinGamesListener.java
2013-03-30 02:08:52 +01:00
travja
1ebab85ead Fixed bugs 2013-03-28 15:43:17 -06:00
travja
563e453a26 Fixed grace period 2013-03-27 21:33:36 -06:00
travja
c70e5d500f Fixed pre-game itemblocks, added grace period 2013-03-27 21:03:32 -06:00
travja
ad429166a8 Added option for admins to modify arena while all protected 2013-03-23 16:07:54 -06:00
travja
2e4927846f Merge pull request #4 from Jeppa/devtest
Merged: Jeppa quit/join optional force to spawn
2013-03-23 12:28:27 -07:00
Jeppa
dba6deb443 Fixed the join / quit behaviour
Join and Quit fixed, new/unknown player can be forced to default-spawn.
2013-03-23 02:17:53 +01:00
travja
0f302073f7 Fixed bug in Jeppas code 2013-03-21 17:57:54 -06:00
travja
20f8c66bd6 Merge pull request #3 from Jeppa/devtest
Bugs fixed Thanks to Jeppa
2013-03-21 16:50:48 -07:00
Jeppa
faf098b4ae The Fixes again...
updated typo and not used var.
2013-03-21 21:21:32 +01:00
Jeppa
c0447bf3b9 Merge branch 'master' of https://github.com/travja/HungerArena into devtest 2013-03-21 20:48:16 +01:00
Jeppa
73652c19f4 Revert "Bugfix 20-3-2012 Jeppa !"
This reverts commit db43876920.
2013-03-21 20:31:42 +01:00
travja
2a8416d1a8 3/20 - Most recent Dev 2013-03-20 15:47:22 -06:00
Jeppa
db43876920 Bugfix 20-3-2012 Jeppa !
merged routines, fixed "Protect_Always", added possibility for full
Protection when noone is playing...
Fixed autorestart,
added configurable countdown.
reload command : fixed multiple listeners
restart command : fixed reopen, merged routines, added respawn
close command: fixed for multiple arenas and merged routines.
open command: small textfix
fix for whitelisted commands (can be used now...)
2013-03-20 22:44:34 +01:00
travja
fedf9842cd Added back the src file 2013-03-20 15:42:45 -06:00
travja
974b2b50df Removed unimportant files 2013-03-20 15:41:09 -06:00
travja
3bd1f1f87a Removed files 2013-03-20 15:34:45 -06:00
travja
3975ee193e Updated to most recent Dev (3/20) 2013-03-20 15:13:03 -06:00
Jeppa
54510c692f config chages for the new fixes 2013-03-20 19:32:54 +01:00
Jeppa
3010db6370 Now the Bugfix Files ! This are the files from 19-3-2013 2013-03-20 19:04:32 +01:00
Jeppa
7d0592db03 put old files in here for changes to show up... 2013-03-20 18:59:22 +01:00
Jeppa
0a9665d9eb Bugfixes !!!
merged routines, fixed "Protect_Always", added possibility for full
Protection when noone is playing...
Fixed autorestart,
added configurable countdown.
reload command : fixed multiple listeners
restart command : fixed reopen, merged routines, added respawn
close command: fixed for multiple arenas and merged routines.
open command: small textfix
fix for whitelisted commands (can be used now...)
2013-03-20 18:18:45 +01:00
Jeppa
1b534e8e91 Test for Github 2013-03-20 18:15:10 +01:00
Jeppa
4696c01a35 Bugfixes !
merged routines, fixed "Protect_Always", added possibility for full
Protection when noone is playing...
Fixed autorestart,
added configurable countdown.
reload command : fixed multiple listeners
restart command : fixed reopen, merged routines, added respawn
close command: fixed for multiple arenas and merged routines.
open command: small textfix
fix for whitelisted commands (can be used now...)
2013-03-20 17:51:59 +01:00
travja
482e3e8e55 3/15 - Most recent Dev 2013-03-15 23:07:55 -06:00
travja
444ec3ea01 Updated to most recent Dev 2013-02-16 18:03:13 -07:00
travja
a9ff18163d Adding block whitelist/blacklist 2012-10-22 21:05:25 -06:00
travja
b0d29cd907 No known bugs 2012-10-08 17:55:42 -06:00
travja
6b1a6b3c30 Added BlockBreakEvent resets 2012-09-01 22:11:35 -06:00
travja
641ba0b3d1 Tons of fixes!! 2012-08-29 17:58:39 -06:00
travja
3d90d9afce Fixed world restrictions 2012-08-25 11:58:12 -06:00