Commit graph

60 commits

Author SHA1 Message Date
Tony Gravagno 7b6bed6fa1 generateTOC has preliminary disabled code for evaluation by Walter. Would like to know if it's worth pursuing.
blocks.js has many significant updates. Note "breaking fix" of a "redston" item for "redstone". Existing apps will need to correct this if they use it.
2016-12-09 16:22:39 -06:00
walterhiggins d169f492de Updating Young Person's Guide to use SpigotMC and fixed missing/broken events helper calls. 2016-10-08 12:15:05 +01:00
walterhiggins 9f7cdaab08 fixes issue #304 2016-09-10 17:14:36 +01:00
walterhiggins 65157383aa fix docs for sounds for Spigot 1.9 2016-03-20 19:05:54 +00:00
walterhiggins b99fe6a258 Updating young persons guide 2015-12-30 16:26:02 +00:00
walterhiggins acff317aa8 Fix API generation 2015-12-30 13:12:56 +00:00
walterhiggins aa42b74119 Added lightning module 2015-12-30 13:01:11 +00:00
walterhiggins 46405978f5 Updating canarymod links 2015-12-29 17:39:18 +00:00
walterhiggins 9d58e2dc9a Updating link to canarymod admin guide - fix issue #281 2015-12-26 13:01:38 +00:00
walterhiggins c6d6dea3db 3.1.10 release - fixed bukkit javadoc link. Added canarymod-1.8.0 and spigot-1.8.8.jar 2015-08-16 13:18:05 +01:00
Michael Vorburger 10e86e864d removing un-used Java import 2015-04-22 21:31:49 +02:00
walterhiggins 241c19f640 Updated section on booleans. Added subheading on booleans and javabeans. 2015-04-04 11:27:00 +01:00
carlrobert 62bd90a563 Call updateCapabilities() after setMayFly
With CanaryMod, this appears to be required for capabilities to take effect.
2015-02-14 22:22:03 +01:00
Walter Higgins b4e5b68392 Merge pull request #209 from carlrobert/patch-5
Flying adapted to CanaryMod
2015-02-14 11:28:36 +00:00
carlrobert 55f1f9c9b5 Flying adapted to CanaryMod
CanaryMod requires a bit more code, I'm afraid.
2015-02-14 10:41:42 +01:00
carlrobert a16e0a6eae Now points to CanaryMod property files
As per Walter's request, new pull request for the right file :)
2015-02-14 10:27:38 +01:00
walterhiggins de5c95114f Adding section on Permissions. 2015-01-18 15:01:51 +00:00
walterhiggins d73ab1a083 event handling example tweaks: consistent form for event-handling. 2015-01-11 00:46:55 +00:00
walterhiggins 2e7dfb2453 Update docs per new way to require('drone') 2015-01-11 00:29:43 +00:00
walterhiggins 4819a0531f deprecating Drone.copy() and Drone.paste() and updating to 3.1.0 2015-01-10 11:45:08 +00:00
walterhiggins ea84afde09 simplified delayed execution of drone building. 2015-01-06 22:31:49 +00:00
walterhiggins 8d8ea69dda moving core drone and extensions into modules folder so 3rd-party extensions/contributions can use require('drone') instead of the existing unwieldy require('../drone').Drone 2015-01-03 20:57:30 +00:00
walterhiggins c7e2eeed85 minor tweaks to fort, ladder, sign and young person's guide. 2015-01-03 09:50:37 +00:00
walterhiggins fbb8bb032d tweaking young person's guide - update events link. 2014-12-31 19:50:13 +00:00
walterhiggins b0e15bfa80 Reorganization of Drone from 1 monolithic module to smaller modules. 2014-12-28 15:07:08 +00:00
walterhiggins 8056da0d3b Fix doors and stairs for 1.7 2014-12-27 19:03:30 +00:00
walterhiggins ed863e460c apply frank's changes to templates/ypgpm.md 2014-12-22 15:23:06 +00:00
walterhiggins 795043cbb0 changed for canarymod 2014-11-09 13:02:49 +00:00
walterhiggins 3ec582f653 Include docs for both bukkit and canary event helpers. 2014-11-09 11:52:10 +00:00
walterhiggins c36cd97c99 Get build working on jre6,7,8 2014-10-18 18:48:57 +01:00
walterhiggins 70282e278d Added items to API docs, added recipes. added utils.players() and utils.playerNames() functions. 2014-10-05 17:29:04 +01:00
Walter Higgins d744ceeb7b Update ypgpm.md 2014-09-21 10:51:13 +01:00
walterhiggins e3078804ab Fixed events-helper to include all non-abstract handlers.
Added items.js module and fixed sounds.js (more work needed on items.js)
2014-05-18 00:35:26 +01:00
walterhiggins 3c7f8ae94e Make drone build processing more evenly distributed for multiple players 2014-04-19 17:28:43 +01:00
walterhiggins f82d88cb3f Event handling rework. Simplified event handling and unregistering. 2014-03-15 18:06:23 +00:00
walterhiggins 7977dc0fb5 fix issue #124 2014-03-11 20:06:29 +00:00
walterhiggins 3c7d3a2bb4 Added section on configuration (server.properties) to young persons guide 2014-02-11 20:58:45 +00:00
walterhiggins 39b459ab7f further syntax-highlighting and ignore netbeans folder. 2014-02-04 21:49:12 +00:00
walterhiggins f1925efd87 added syntax-highlighting to code samples 2014-02-04 21:36:00 +00:00
walterhiggins 29eb6c1975 added craftbukkit link to guide 2014-02-04 08:38:32 +00:00
walterhiggins 7a7767c83c Added logging of errors during plugin autoload. 2014-01-25 09:04:16 +00:00
walterhiggins 3a6cb1057d Further changes to achieve compat with Nashorn java 8 2014-01-13 23:01:17 +00:00
walterhiggins 93fb626276 Adding a contributing.md file for contributors. 2014-01-13 21:56:21 +00:00
walterhiggins 7f1e5e637e updated young persons template and refactored minigame scoreboard. 2014-01-12 12:06:30 +00:00
walterhiggins aefc98f172 Fix issue #111, reorg of lib/ and (undoc'd) persistence 2014-01-12 11:26:26 +00:00
walterhiggins cc4a3e3a14 Added java apis in js doc. Fixed toc links. save uses pretty json. 2014-01-06 20:54:53 +00:00
walterhiggins c591ec06a6 fix issue #107 2014-01-04 22:06:23 +00:00
walterhiggins cc3c87da23 fix links 2014-01-04 20:23:17 +00:00
walterhiggins 5239709fcf problems with links in toc 2014-01-04 20:17:49 +00:00
walterhiggins d742c5ae44 fix bug in toc generation - escaped chars not linked right 2014-01-04 20:08:24 +00:00