MOC3DImporter Beta 1.2
Details
-
FilenameMOC3DImporter.jar
-
Uploaded by
-
UploadedJul 21, 2012
-
Size99.56 KB
-
Downloads562
-
MD5652bd7334f2aecceca8e763477ca1447
Supported Bukkit Versions
- CB 1.2.5-R4.0
Changelog
Model is now centered on player's location.
Added few new commands
/3di setid - Sets default block type Id
/3di setdata - Sets default blocks data value. Use this for wool colors etc
By default ... default block is pink wool :)
/3di reload - reloads the config.yml
config.yml info:
Settings:
BlocksPerQueue: 10000 - How many blocks will be built in the world per each queue call. Adjust this to suit your server.
QueueDelay: 5000 - Minimum delay between each queue call to continue building the model
StepDONTCHANGE: 0.2 - This is a part of the line parsing done to actually generate the blocks matrix, can try changing if want, but anything around 1 or higher will cause holes to appear in the models so just leave it in most cases, unless matrix generation takes too long, kick it up to 0.5. Also this has to add up to 1 in some way (0.2 * 5 = 1, 0.5 * 2 = 1 etc., 0.3 will likely just break things , as will 0.4)
Block:
TypeId: 101 - default block typeId
Data: 0 - default block's data value