From 38563db3ce2cd66e46880798c4420019735fe881 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 7 Dec 2013 07:22:48 +0000 Subject: Updated TRANSAPI --- MCServer/Plugins/TransAPI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MCServer') diff --git a/MCServer/Plugins/TransAPI b/MCServer/Plugins/TransAPI index 52e1de433..6527b80a7 160000 --- a/MCServer/Plugins/TransAPI +++ b/MCServer/Plugins/TransAPI @@ -1 +1 @@ -Subproject commit 52e1de4332a026e58fda843aae98c1f51e57199e +Subproject commit 6527b80a77b3b7f5fac0ef214c1b59ad83e39b20 -- cgit v1.2.3 From 02301bc9871a707f34cbeb8b2b0cae02b16c1a4f Mon Sep 17 00:00:00 2001 From: STRWarrior Date: Sat, 7 Dec 2013 14:30:17 +0100 Subject: Documented SpawnFallingBlock() --- MCServer/Plugins/APIDump/APIDesc.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'MCServer') diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index a08f6f24b..75d5c011f 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -2077,6 +2077,7 @@ end { Params = "{{cItems|Pickups}}, X, Y, Z, SpeedX, SpeedY, SpeedZ", Return = "", Notes = "Spawns the specified pickups at the position specified. All the pickups fly away from the spawn position using the specified speed." }, }, SpawnMob = { Params = "X, Y, Z, {{cMonster|MonsterType}}", Return = "EntityID", Notes = "Spawns the specified type of mob at the specified coords. Returns the EntityID of the creates entity, or -1 on failure. " }, + SpawnFallingBlock = { Params = "X, Y, Z, BlockType, BlockMeta", Return = "EntityID", Notes = "Spawns an {{cFallingBlock|Falling Block}} entity at the specified coords with the given block type/meta" }, SpawnExperienceOrb = { Params = "X, Y, Z, Reward", Return = "EntityID", Notes = "Spawns an {{cExpOrb|experience orb}} at the specified coords, with the given reward" }, SpawnPrimedTNT = { Params = "X, Y, Z, FuseTimeSecs, InitialVelocityCoeff", Return = "", Notes = "Spawns a {{cTNTEntity|primed TNT entity}} at the specified coords, with the given fuse time. The entity gets a random speed multiplied by the InitialVelocityCoeff, 1 being the default value." }, TryGetHeight = { Params = "BlockX, BlockZ", Return = "IsValid, Height", Notes = "Returns true and height of the highest non-air block if the chunk is loaded, or false otherwise." }, -- cgit v1.2.3 From 87680186ef66e957ef664bff4405a5a5235e4635 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 7 Dec 2013 16:34:38 +0000 Subject: Updated core. --- MCServer/Plugins/Core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MCServer') diff --git a/MCServer/Plugins/Core b/MCServer/Plugins/Core index de53a607f..ede668bc7 160000 --- a/MCServer/Plugins/Core +++ b/MCServer/Plugins/Core @@ -1 +1 @@ -Subproject commit de53a607f30c583e08c06b6e5eb936cd278ab8cd +Subproject commit ede668bc7c310af49ad7354c00d3f11adbae792a -- cgit v1.2.3 From 13dd1b0c9429e83520da875e794fda9032088f54 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 8 Dec 2013 11:48:44 +0100 Subject: Ignoring Gallery plugin settings. --- MCServer/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MCServer') diff --git a/MCServer/.gitignore b/MCServer/.gitignore index 1fed134fe..c18dd7a67 100644 --- a/MCServer/.gitignore +++ b/MCServer/.gitignore @@ -17,6 +17,9 @@ schematics *.pdb memdump* *.grab +Galleries.cfg +Galleries.example.cfg +Galleries.sqlite ProtectionAreas.sqlite helgrind.log valgrind.log -- cgit v1.2.3