1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed forgotten PlayerHasWEPermission function
STR_Warrior
as STRWarrior
More... over 10 years ago
Cleaned functions.lua up Removed PlayerHasWEPermission. Removed GetStringFromBiome. We have BiomeToString build in Removed GetBiomeFromString since it wasn't used anywhere. Overal style of the file is now matching the WorldEdit standard.
STR_Warrior
as STRWarrior
More... over 10 years ago
Fixed #53 The server was executing "for Y = 0, 0, 0 do" which is and endless loop.
STR_Warrior
as STRWarrior
More... over 10 years ago
Fixed //pyramid and //hpyramid position. Previously it would generate one block off.
STR_Warrior
as STRWarrior
More... over 10 years ago
Merge pull request #60 from mc-server/Compass
Mattes
as Mattes D
More... over 10 years ago
Splitted if into multiple lines More... over 10 years ago
Merge pull request #59 from mc-server/Brush
Mattes
as Mattes D
More... over 10 years ago
Again performance introduction More... over 10 years ago
Optimize compass More... over 10 years ago
Merge branch 'Brush2' into Brush More... over 10 years ago
Performance introductions More... over 10 years ago
Merge pull request #58 from mc-server/Brush
Mattes
as Mattes D
More... over 10 years ago
Added TypeOnly support to /mask More... over 10 years ago
Added /mask More... over 10 years ago
Added support for random block to //cyl, //hcyl, //sphere, //hsphere and /brush More... over 10 years ago
Merge pull request #57 from mc-server/Brush
Mattes
as Mattes D
More... over 10 years ago
Added -h argument to the sphere brush More... over 10 years ago
Added -h argument to the cylinder brush More... over 10 years ago
Merge pull request #55 from mc-server/Brush
Mattes
as Mattes D
More... over 10 years ago
Use a_ in params More... over 10 years ago
Renamed AffectedBlocks to NumAffectedBlocks and removed unnecessary if's More... over 10 years ago
Removed unused function More... over 10 years ago
Added /brush cylinder More... over 10 years ago
Changed sphere block coordinates to a vector More... over 10 years ago
Exported //cyl stuff in a function More... over 10 years ago
Added //brush sphere More... over 10 years ago
Exported sphere stuff in a function More... over 10 years ago
Added GetTargetBlock() method More... over 10 years ago
Removed already bound error. It's irritating More... over 10 years ago
Merge pull request #54 from Howaner/Expand
Mattes
as Mattes D
More... over 10 years ago