Commit graph

79 commits

Author SHA1 Message Date
zeeZ
08014fb9a5 Option to output player health in json for later web usage. 2011-05-19 01:52:38 +02:00
FrozenCow
8e0f1c6b96 Cleaned up logging. 2011-05-19 01:36:14 +02:00
FrozenCow
4a35eea9d9 Cleaned up configuration handling and added new logging class. 2011-05-19 01:36:05 +02:00
zeeZ
07612cce2a Prefix all (intentional) output properly. 2011-05-17 02:38:49 +02:00
zeeZ
4b0ca4580a Fix error if no render triggers are defined. 2011-05-17 00:38:26 +02:00
zeeZ
bcba7b1a12 Tabs and spaces. 2011-05-16 14:51:18 +02:00
zeeZ
774e7a3d4d Op always has permission 2011-05-16 14:28:18 +02:00
Mike Primm
01b337d3ff Finish HeroChat support - handle directing web messages to selected
channel (versus spamming everyone)
2011-05-15 07:56:45 -05:00
Mike Primm
e372c64a37 Re-merge the nether render support, and update race condition fixes 2011-05-14 23:25:59 -05:00
Mike Primm
ff5f791eaf HeroChat support - reflection based binding to it 2011-05-15 01:18:20 +02:00
FrozenCow
0b5f07054d Replaced tabs with spaces to conform the Bukkit standards. 2011-05-13 10:41:02 +02:00
Mike Primm
e40f58ec93 Add version log message - keep track builds easier 2011-05-10 12:25:56 +02:00
Mike Primm
5da020cdd3 Trap on bogus world names or player with bad current location 2011-05-10 12:25:48 +02:00
FrozenCow
0cb23ac84a Fixed tabs. 2011-05-07 22:11:41 +02:00
zeeZ
cd6061cda9 Option to treat hiddenplayers.txt as a whitelist. 2011-04-11 04:10:47 +02:00
zeeZ
5980dedd4b More detailed permissions 2011-04-11 02:27:56 +02:00
FrozenCow
542bda59d4 Cleaned up join/quit messages (not being send as chat messages) 2011-04-05 22:58:46 +02:00
FrozenCow
be1424ec14 Removed redundant configuration values and made use of customizable join/quit messages. 2011-04-05 22:30:43 +02:00
FrozenCow
86caf7c550 Changed events for the latest Bukkit changes. 2011-03-28 18:27:11 +02:00
FrozenCow
1fe5f99250 Removed onLoad again. 2011-03-27 13:14:35 +02:00
FrozenCow
bed2328608 Removed getWorld. 2011-03-20 18:09:54 +01:00
FrozenCow
5a5ebdffd9 Removed empty line. 2011-03-17 03:29:25 +01:00
FrozenCow
a07829eab4 Organized imports. 2011-03-17 02:21:04 +01:00
Jason Booth
9c799c71a2 WebChat enhancement and fixes
Added Spam Message config
Internal server now replies a spam message
Fixed getting webchat-interval to get int rather than double then cast
Fixed holding down "enter" on the empty chat line would spam chat attempts
Fixed so jsonip.appspot query is only done once
2011-03-15 19:17:58 -05:00
FrozenCow
0cfd7997b9 Made webchat-interval in seconds. 2011-03-15 22:47:12 +01:00
FrozenCow
53533ec599 Added webchat-interval for anti-spam webmessaging. 2011-03-15 22:43:48 +01:00
FrozenCow
d398eb0bb0 Added empty onLoad method 2011-03-15 13:22:05 +01:00
FrozenCow
c2d00b740e Abstracted permissions. Cleaned up DynmapPlugin. 2011-03-11 16:05:54 +01:00
FrozenCow
803c4104d9 Merge branch 'master' of https://github.com/flames/dynmap 2011-03-11 15:18:41 +01:00
FrozenCow
02514b8625 Render command now responds with a nice message. 2011-03-10 22:59:03 +01:00
Jason Booth
15e7417807 Fix client side timestamp problem
Added Support for standalone webchat by reading a json file
Fix for jsonfile-interval in code
Added working php script with spam prevention, for webchat
2011-03-10 00:11:43 -06:00
FrozenCow
e1fbb52109 Fixed being able to render other worlds from command. 2011-03-08 02:39:16 +01:00
FrozenCow
d06a0ecb4b Changed chat-mechanism a bit. 2011-03-07 22:07:34 +01:00
Arthur Mayer
a92e17f6d4 some fix to allowchat 2011-03-07 07:13:32 +01:00
Arthur Mayer
aba85ac512 added option to disable webchat input 2011-03-07 07:07:48 +01:00
FrozenCow
96305ee761 Removed (seemingly broken) event BLOCK_DAMAGED. 2011-03-06 14:50:15 +01:00
FrozenCow
36685c5950 Added ability to specify colorschemes per map/renderer. 2011-03-05 18:38:17 +01:00
FrozenCow
d9bbef12f8 Some changes after running Findbugs. 2011-03-05 16:09:26 +01:00
FrozenCow
dd38b4b972 Added configurable render-triggers. 2011-03-05 15:39:21 +01:00
FrozenCow
3a0be06dd0 Fixed disable-webserver not being used (thanks for checking that Kilandor). 2011-02-24 00:58:40 +01:00
FrozenCow
aa62f36c11 Merge remote-tracking branch 'kilandor/master' into nowebserver
Conflicts:
	configuration.txt
	src/main/java/org/dynmap/DynmapPlayerListener.java
	src/main/java/org/dynmap/DynmapPlugin.java
	web/map.js
2011-02-22 17:58:39 +01:00
FrozenCow
d10393546b Replaced onPlayerCommand by onCommand (server-consoles can now also be used to execute commands). 2011-02-22 14:51:40 +01:00
FrozenCow
90fe02be59 Added commands to plugin.yml, removed disabledcommands and added fullrender <worldname>. 2011-02-22 00:42:37 +01:00
FrozenCow
1df916dde0 Made MapTypes per World (instead of having MapTypes for all worlds). 2011-02-21 22:17:38 +01:00
FrozenCow
b5adcd03ef Used new Bukkit constructor format. 2011-02-21 16:22:16 +01:00
FrozenCow
a71fa73361 Added WebChat back to web. 2011-02-19 16:31:13 +01:00
FrozenCow
9995bd8895 Added debugging to configuration. Disabled by default. 2011-02-19 15:25:31 +01:00
Arthur Mayer
b5654208ee chat interface added, config option changed from showchatballoons:
ture/false to showchat: balloons/modal
2011-02-18 07:08:29 +01:00
Arthur Mayer
dc2c95eb2c added join and quit messages to chat 2011-02-18 05:30:49 +01:00
Jason Booth
41d70539e2 Fixed jsontimer-interval config not being used.
Change JsonTimerTask.java to use jsontimer-interval+10 to allow a buffer for late/delayed client requests(to prevent updated tiles info to be missing)
2011-02-17 10:05:07 -06:00