Commit Graph

58 Commits

Author SHA1 Message Date
BuildTools 4349785ea4 merged 2016-12-20 17:37:53 +00:00
marcvangend 063aebcfd5 Fix broken heading #introduction 2016-11-20 11:07:18 +01: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 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
Walter Higgins 444eaccaab Merge pull request #280 from tiagofassoni/patch-1
Added world-type=FLAT in young person's guide
2015-12-30 16:20:36 +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
Tiago Fassoni eca7ba1a3b Added world-type=FLAT in young person's guide
In trying to get the generated world to be flat, the level-type=FLAT didn't work, but world-type=FLAT worked.
2015-12-04 14:36:03 -02:00
walterhiggins 241c19f640 Updated section on booleans. Added subheading on booleans and javabeans. 2015-04-04 11:27:00 +01:00
walterhiggins e924c6837c Robert's changes rolled in to generated doc. 2015-03-22 14:04:34 +00:00
walterhiggins d083da049a Added blocks.slime, barrier, trapdoor_iron, prismarine, sunflower 2015-02-15 13:10:17 +00:00
carlrobert cf2b2a7190 Config file names are different in CanaryMod 2015-02-12 20:40:29 +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 ecc2d91ea2 swapping canarymod 1.7.10-1.1.3 for 1.8.0-1.2.0 and added contrib notes to top of generated docs 2015-01-11 00:11:44 +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
Walter Higgins 5eb3f7e899 Update YoungPersonsGuideToProgrammingMinecraft.md 2014-12-27 10:22:58 +00:00
walterhiggins ed863e460c apply frank's changes to templates/ypgpm.md 2014-12-22 15:23:06 +00:00
Frank Kelly 06d1d90a27 Fix replacing reload with '/js refresh()' 2014-12-21 15:16:24 -05:00
walterhiggins 795043cbb0 changed for canarymod 2014-11-09 13:02:49 +00:00
walterhiggins 19162c3688 First phase of transition from Bukkit to Canary.
Some of the plugins are not yet supported.
If you're feeling brave you can build from source using ant.
2014-09-29 23:42:41 +01:00
Walter Higgins a15721322f Update YoungPersonsGuideToProgrammingMinecraft.md 2014-09-21 10:48:25 +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
Marco Aurelio Gerosa dcef5a0b9c Update YoungPersonsGuideToProgrammingMinecraft.md 2014-04-06 21:32:34 -07: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 3a6cb1057d Further changes to achieve compat with Nashorn java 8 2014-01-13 23:01:17 +00:00
K. M. Lawson c2886555e3 reversed step 4-5 in install
Reference to CraftBukkit command window seemed a bit out of place if the server is not running. Thanks for great work here!
2014-01-11 12:32:16 -05:00
walterhiggins c591ec06a6 fix issue #107 2014-01-04 22:06:23 +00:00
walterhiggins 6a73144c93 generate table of contents for Young Persons guide 2014-01-04 16:57:43 +00:00
walterhiggins 4803f3027a Added 'use strict' to lib modules. Added legacy directory check 2014-01-02 18:46:46 +00:00
walterhiggins 220d246b42 added subsection on keeping score for all players 2014-01-01 20:30:20 +00:00
walterhiggins f872424137 fixed typos in young persons guide 2014-01-01 15:37:01 +00:00
walterhiggins e550ab7db2 Added section on event-driven programming and lookup tables to young persons' guide 2014-01-01 15:30:12 +00:00
walterhiggins f88d1f0428 'Buddha' Release : The annihilation of 'self' variable.
use of 'self' should be limited only to in-game or console commands. It should not be used in the context of a module.
2013-12-30 21:33:12 +00:00
walterhiggins d4fe3f9b1b updated link to API-Reference.md 2013-12-26 15:51:31 +00:00
walterhiggins 82f1928628 updating docs for module release 2013-12-24 22:47:57 +00:00
Walter Higgins db88a51cbf Update YoungPersonsGuideToProgrammingMinecraft.md 2013-12-19 11:21:55 +00:00
walterhiggins 4fb370bfea changed api doc to API-Reference and tweaked Young Person's guide to use blocks variable 2013-12-17 21:42:25 +00:00
walterhiggins 4f390374ef updated first steps 2013-11-03 18:37:18 +00:00
Walter Higgins e6c1801a9b Update YoungPersonsGuideToProgrammingMinecraft.md 2013-10-25 08:18:38 +01:00