mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 12:33:54 +00:00
Add and apply .editorconfig from P2 (#1195)
* Consistenty use javax annotations. - Unfortunately jetbrains annotations seem to be exposed transitively via core somewhere, but with the correct IDE settings, annotations can be defaulted to javax - Cleaning up of import order in #1195 - Must be merged before #1195 * Add and apply .editorconfig from P2 - Does not rearrange entries * Address some comments * add back some javadoc comments * Address final comments Co-authored-by: NotMyFault <mc.cache@web.de>
This commit is contained in:
@ -16,81 +16,81 @@
|
||||
# - If you want to allow blocks, make sure to change "disallowed-blocks" to []
|
||||
#
|
||||
|
||||
limits:
|
||||
max-blocks-changed:
|
||||
# Ignored, use FAWE config limits
|
||||
default: -1
|
||||
maximum: -1
|
||||
max-polygonal-points:
|
||||
default: -1
|
||||
maximum: 20
|
||||
max-radius: -1
|
||||
max-super-pickaxe-size: 5
|
||||
max-brush-radius: 100
|
||||
butcher-radius:
|
||||
default: -1
|
||||
maximum: -1
|
||||
disallowed-blocks:
|
||||
limits :
|
||||
max-blocks-changed :
|
||||
# Ignored, use FAWE config limits
|
||||
default : -1
|
||||
maximum : -1
|
||||
max-polygonal-points :
|
||||
default : -1
|
||||
maximum : 20
|
||||
max-radius : -1
|
||||
max-super-pickaxe-size : 5
|
||||
max-brush-radius : 100
|
||||
butcher-radius :
|
||||
default : -1
|
||||
maximum : -1
|
||||
disallowed-blocks :
|
||||
- "minecraft:wheat"
|
||||
- "minecraft:fire"
|
||||
- "minecraft:redstone_wire"
|
||||
|
||||
use-inventory:
|
||||
enable: false
|
||||
allow-override: true
|
||||
creative-mode-overrides: false
|
||||
use-inventory :
|
||||
enable : false
|
||||
allow-override : true
|
||||
creative-mode-overrides : false
|
||||
|
||||
logging:
|
||||
log-commands: false
|
||||
file: worldedit.log
|
||||
# The format of custom log message. This is java general format string (java.util.Formatter). Arguments are:
|
||||
# 1$ : date - a Date object representing event time of the log record.
|
||||
# 2$ : source - a string representing the caller, if available; otherwise, the logger's name.
|
||||
# 3$ : logger - the logger's name.
|
||||
# 4$ : level - the log level.
|
||||
# 5$ : message - the formatted log message returned from the Formatter.formatMessage(LogRecord) method. It uses java.text formatting and does not use the java.util.Formatter format argument.
|
||||
# 6$ : thrown - a string representing the throwable associated with the log record and its backtrace beginning with a newline character, if any; otherwise, an empty string.
|
||||
# For details see:
|
||||
# https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html
|
||||
# https://docs.oracle.com/javase/8/docs/api/java/util/logging/SimpleFormatter.html#format-java.util.logging.LogRecord-
|
||||
format: "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n"
|
||||
logging :
|
||||
log-commands : false
|
||||
file : worldedit.log
|
||||
# The format of custom log message. This is java general format string (java.util.Formatter). Arguments are:
|
||||
# 1$ : date - a Date object representing event time of the log record.
|
||||
# 2$ : source - a string representing the caller, if available; otherwise, the logger's name.
|
||||
# 3$ : logger - the logger's name.
|
||||
# 4$ : level - the log level.
|
||||
# 5$ : message - the formatted log message returned from the Formatter.formatMessage(LogRecord) method. It uses java.text formatting and does not use the java.util.Formatter format argument.
|
||||
# 6$ : thrown - a string representing the throwable associated with the log record and its backtrace beginning with a newline character, if any; otherwise, an empty string.
|
||||
# For details see:
|
||||
# https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html
|
||||
# https://docs.oracle.com/javase/8/docs/api/java/util/logging/SimpleFormatter.html#format-java.util.logging.LogRecord-
|
||||
format : "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n"
|
||||
|
||||
super-pickaxe:
|
||||
drop-items: true
|
||||
many-drop-items: false
|
||||
super-pickaxe :
|
||||
drop-items : true
|
||||
many-drop-items : false
|
||||
|
||||
snapshots:
|
||||
directory:
|
||||
snapshots :
|
||||
directory :
|
||||
|
||||
navigation-wand:
|
||||
item: minecraft:compass
|
||||
max-distance: 100
|
||||
navigation-wand :
|
||||
item : minecraft:compass
|
||||
max-distance : 100
|
||||
|
||||
scripting:
|
||||
timeout: 3000
|
||||
dir: craftscripts
|
||||
scripting :
|
||||
timeout : 3000
|
||||
dir : craftscripts
|
||||
|
||||
saving:
|
||||
dir: schematics
|
||||
saving :
|
||||
dir : schematics
|
||||
|
||||
files:
|
||||
allow-symbolic-links: false
|
||||
files :
|
||||
allow-symbolic-links : false
|
||||
|
||||
history:
|
||||
size: 15
|
||||
expiration: 10
|
||||
history :
|
||||
size : 15
|
||||
expiration : 10
|
||||
|
||||
calculation:
|
||||
timeout: 100
|
||||
calculation :
|
||||
timeout : 100
|
||||
|
||||
debugging:
|
||||
trace-unflushed-sessions: false
|
||||
debugging :
|
||||
trace-unflushed-sessions : false
|
||||
|
||||
wand-item: minecraft:wooden_axe
|
||||
shell-save-type:
|
||||
no-double-slash: false
|
||||
no-op-permissions: false
|
||||
debug: false
|
||||
show-help-on-first-use: true
|
||||
server-side-cui: true
|
||||
command-block-support: false
|
||||
wand-item : minecraft:wooden_axe
|
||||
shell-save-type :
|
||||
no-double-slash : false
|
||||
no-op-permissions : false
|
||||
debug : false
|
||||
show-help-on-first-use : true
|
||||
server-side-cui : true
|
||||
command-block-support : false
|
||||
|
@ -1,233 +1,233 @@
|
||||
name: FastAsyncWorldEdit
|
||||
main: com.sk89q.worldedit.bukkit.WorldEditPlugin
|
||||
version: "${internalVersion}"
|
||||
load: STARTUP
|
||||
api-version: 1.15
|
||||
softdepend: [Vault]
|
||||
provides: [WorldEdit]
|
||||
website: https://www.spigotmc.org/resources/13932/
|
||||
description: Blazingly fast world manipulation for builders, large networks and developers.
|
||||
authors: [Empire92, MattBDev, IronApollo, dordsor21, NotMyFault]
|
||||
loadbefore: [WorldGuard, PlotSquared]
|
||||
database: false
|
||||
permissions:
|
||||
fawe.plotsquared:
|
||||
default: true
|
||||
children:
|
||||
fawe.plotsquared.trusted: true
|
||||
fawe.bypass.regions:
|
||||
default: false
|
||||
fawe.bypass:
|
||||
default: false
|
||||
children:
|
||||
fawe.bypass.regions: true
|
||||
fawe.limit.*: true
|
||||
fawe.tips:
|
||||
default: false
|
||||
fawe.admin:
|
||||
default: op
|
||||
fawe.reload:
|
||||
default: false
|
||||
fawe.permpack.basic:
|
||||
default: op
|
||||
children:
|
||||
fawe.worldeditregion: true
|
||||
fawe.cancel: true
|
||||
worldedit.biome.info: true
|
||||
worldedit.biome.set: true
|
||||
worldedit.biome.list: true
|
||||
worldedit.chunkinfo: true
|
||||
worldedit.listchunks: true
|
||||
worldedit.clipboard.cut: true
|
||||
worldedit.clipboard.paste: true
|
||||
worldedit.schematic.formats: true
|
||||
worldedit.schematic.load: true
|
||||
worldedit.schematic.list: true
|
||||
worldedit.schematic.save: true
|
||||
worldedit.clipboard.clear: true
|
||||
worldedit.clipboard.copy: true
|
||||
worldedit.clipboard.lazycopy: true
|
||||
worldedit.clipboard.place: true
|
||||
worldedit.clipboard.download: true
|
||||
worldedit.clipboard.flip: true
|
||||
worldedit.clipboard.rotate: true
|
||||
worldedit.help: true
|
||||
worldedit.global-mask: true
|
||||
worldedit.global-transform: true
|
||||
worldedit.generation.cylinder: true
|
||||
worldedit.generation.sphere: true
|
||||
worldedit.generation.forest: true
|
||||
worldedit.generation.pumpkins: true
|
||||
worldedit.generation.pyramid: true
|
||||
worldedit.generation.shape: true
|
||||
worldedit.history.undo: true
|
||||
worldedit.history.redo: true
|
||||
worldedit.history.rollback: true
|
||||
worldedit.navigation.unstuck: true
|
||||
worldedit.navigation.ascend: true
|
||||
worldedit.navigation.descend: true
|
||||
worldedit.navigation.ceiling: true
|
||||
worldedit.navigation.thru.command: true
|
||||
worldedit.navigation.jumpto.command: true
|
||||
worldedit.navigation.up: true
|
||||
worldedit.region.hollow: true
|
||||
worldedit.region.line: true
|
||||
worldedit.region.curve: true
|
||||
worldedit.region.overlay: true
|
||||
worldedit.region.center: true
|
||||
worldedit.region.naturalize: true
|
||||
worldedit.region.walls: true
|
||||
worldedit.region.faces: true
|
||||
worldedit.region.smooth: true
|
||||
worldedit.region.move: true
|
||||
worldedit.region.forest: true
|
||||
worldedit.region.replace: true
|
||||
worldedit.region.stack: true
|
||||
worldedit.region.set: true
|
||||
worldedit.selection.pos: true
|
||||
worldedit.selection.chunk: true
|
||||
worldedit.selection.hpos: true
|
||||
worldedit.wand: true
|
||||
worldedit.wand.toggle: true
|
||||
worldedit.selection.contract: true
|
||||
worldedit.selection.outset: true
|
||||
worldedit.selection.inset: true
|
||||
worldedit.analysis.distr: true
|
||||
worldedit.analysis.count: true
|
||||
worldedit.analysis.sel: true
|
||||
worldedit.selection.size: true
|
||||
worldedit.selection.expand: true
|
||||
worldedit.selection.shift: true
|
||||
worldedit.snapshots.list: true
|
||||
worldedit.superpickaxe: true
|
||||
worldedit.superpickaxe.area: true
|
||||
worldedit.superpickaxe.recursive: true
|
||||
worldedit.brush.blendball: true
|
||||
worldedit.brush.erode: true
|
||||
worldedit.brush.pull: true
|
||||
worldedit.brush.circle: true
|
||||
worldedit.brush.recursive: true
|
||||
worldedit.brush.line: true
|
||||
worldedit.brush.spline: true
|
||||
worldedit.brush.surfacespline: true
|
||||
worldedit.brush.shatter: true
|
||||
worldedit.brush.stencil: true
|
||||
worldedit.brush.height: true
|
||||
worldedit.brush.layer: true
|
||||
worldedit.brush.populateschematic: true
|
||||
worldedit.brush.scatter: true
|
||||
worldedit.brush.splatter: true
|
||||
worldedit.brush.scattercommand: true
|
||||
worldedit.brush.copy: true
|
||||
worldedit.brush.command: true
|
||||
worldedit.brush.apply: true
|
||||
worldedit.brush.sphere: true
|
||||
worldedit.brush.cylinder: true
|
||||
worldedit.brush.clipboard: true
|
||||
worldedit.brush.smooth: true
|
||||
worldedit.brush.ex: true
|
||||
worldedit.brush.gravity: true
|
||||
worldedit.brush.options.range: true
|
||||
worldedit.brush.options.material: true
|
||||
worldedit.brush.options.size: true
|
||||
worldedit.brush.options.mask: true
|
||||
worldedit.brush.options.smask: true
|
||||
worldedit.brush.options.transform: true
|
||||
worldedit.brush.options.scroll: true
|
||||
worldedit.brush.options.visualize: true
|
||||
worldedit.tool.deltree: true
|
||||
worldedit.tool.farwand: true
|
||||
worldedit.tool.lrbuild: true
|
||||
worldedit.tool.info: true
|
||||
worldedit.tool.tree: true
|
||||
worldedit.tool.replacer: true
|
||||
worldedit.tool.data-cycler: true
|
||||
worldedit.tool.flood-fill: true
|
||||
worldedit.tool.inspect: true
|
||||
worldedit.fill.recursive: true
|
||||
worldedit.drain: true
|
||||
worldedit.fixlava: true
|
||||
worldedit.fixwater: true
|
||||
worldedit.removeabove: true
|
||||
worldedit.removebelow: true
|
||||
worldedit.removenear: true
|
||||
worldedit.replacenear: true
|
||||
worldedit.snow: true
|
||||
worldedit.thaw: true
|
||||
worldedit.green: true
|
||||
worldedit.extinguish: true
|
||||
worldedit.calc: true
|
||||
worldedit.fill: true
|
||||
fawe.voxelbrush:
|
||||
default: op
|
||||
children:
|
||||
voxelsniper.brush.ball: true
|
||||
voxelsniper.brush.biome: true
|
||||
voxelsniper.brush.blendball: true
|
||||
voxelsniper.brush.blenddisc: true
|
||||
voxelsniper.brush.blendvoxel: true
|
||||
voxelsniper.brush.blendvoxeldisc: true
|
||||
voxelsniper.brush.blob: true
|
||||
voxelsniper.brush.blockreset: true
|
||||
voxelsniper.brush.blockresetsurface: true
|
||||
voxelsniper.brush.canyon: true
|
||||
voxelsniper.brush.canyonselection: true
|
||||
voxelsniper.brush.checkervoxeldisc: true
|
||||
voxelsniper.brush.cleansnow: true
|
||||
voxelsniper.brush.clonestamp: true
|
||||
voxelsniper.brush.copypasta: true
|
||||
voxelsniper.brush.cylinder: true
|
||||
voxelsniper.brush.disc: true
|
||||
voxelsniper.brush.discface: true
|
||||
voxelsniper.brush.dome: true
|
||||
voxelsniper.brush.drain: true
|
||||
voxelsniper.brush.ellipse: true
|
||||
voxelsniper.brush.ellipsoid: true
|
||||
voxelsniper.brush.eraser: true
|
||||
voxelsniper.brush.erode: true
|
||||
voxelsniper.brush.extrude: true
|
||||
voxelsniper.brush.filldown: true
|
||||
voxelsniper.brush.flatocean: true
|
||||
voxelsniper.brush.heatray: true
|
||||
voxelsniper.brush.jaggedline: true
|
||||
voxelsniper.brush.line: true
|
||||
voxelsniper.brush.move: true
|
||||
voxelsniper.brush.ocean: true
|
||||
voxelsniper.brush.overlay: true
|
||||
voxelsniper.brush.pull: true
|
||||
voxelsniper.brush.randomerode: true
|
||||
voxelsniper.brush.ring: true
|
||||
voxelsniper.brush.rot2d: true
|
||||
voxelsniper.brush.rot2dvert: true
|
||||
voxelsniper.brush.rot3d: true
|
||||
voxelsniper.brush.ruler: true
|
||||
voxelsniper.brush.scanner: true
|
||||
voxelsniper.brush.set: true
|
||||
voxelsniper.brush.setredstoneflip: true
|
||||
voxelsniper.brush.setredstonerotate: true
|
||||
voxelsniper.brush.shellball: true
|
||||
voxelsniper.brush.shellset: true
|
||||
voxelsniper.brush.shellvoxel: true
|
||||
voxelsniper.brush.signoverwrite: true
|
||||
voxelsniper.brush.snipe: true
|
||||
voxelsniper.brush.snowcone: true
|
||||
voxelsniper.brush.spiralstaircase: true
|
||||
voxelsniper.brush.splatterball: true
|
||||
voxelsniper.brush.splatterdisc: true
|
||||
voxelsniper.brush.splatteroverlay: true
|
||||
voxelsniper.brush.splattervoxel: true
|
||||
voxelsniper.brush.splattervoxeldisc: true
|
||||
voxelsniper.brush.spline: true
|
||||
voxelsniper.brush.stamp: true
|
||||
voxelsniper.brush.stencil: true
|
||||
voxelsniper.brush.stencillist: true
|
||||
voxelsniper.brush.threepointcircle: true
|
||||
voxelsniper.brush.triangle: true
|
||||
voxelsniper.brush.underlay: true
|
||||
voxelsniper.brush.voltmeter: true
|
||||
voxelsniper.brush.voxel: true
|
||||
voxelsniper.brush.voxeldisc: true
|
||||
voxelsniper.brush.voxeldiscface: true
|
||||
voxelsniper.brush.warp: true
|
||||
voxelsniper.goto: true
|
||||
voxelsniper.sniper: true
|
||||
name : FastAsyncWorldEdit
|
||||
main : com.sk89q.worldedit.bukkit.WorldEditPlugin
|
||||
version : "${internalVersion}"
|
||||
load : STARTUP
|
||||
api-version : 1.15
|
||||
softdepend : [ Vault ]
|
||||
provides : [ WorldEdit ]
|
||||
website : https://www.spigotmc.org/resources/13932/
|
||||
description : Blazingly fast world manipulation for builders, large networks and developers.
|
||||
authors : [ Empire92, MattBDev, IronApollo, dordsor21, NotMyFault ]
|
||||
loadbefore : [ WorldGuard, PlotSquared ]
|
||||
database : false
|
||||
permissions :
|
||||
fawe.plotsquared :
|
||||
default : true
|
||||
children :
|
||||
fawe.plotsquared.trusted : true
|
||||
fawe.bypass.regions :
|
||||
default : false
|
||||
fawe.bypass :
|
||||
default : false
|
||||
children :
|
||||
fawe.bypass.regions : true
|
||||
fawe.limit.* : true
|
||||
fawe.tips :
|
||||
default : false
|
||||
fawe.admin :
|
||||
default : op
|
||||
fawe.reload :
|
||||
default : false
|
||||
fawe.permpack.basic :
|
||||
default : op
|
||||
children :
|
||||
fawe.worldeditregion : true
|
||||
fawe.cancel : true
|
||||
worldedit.biome.info : true
|
||||
worldedit.biome.set : true
|
||||
worldedit.biome.list : true
|
||||
worldedit.chunkinfo : true
|
||||
worldedit.listchunks : true
|
||||
worldedit.clipboard.cut : true
|
||||
worldedit.clipboard.paste : true
|
||||
worldedit.schematic.formats : true
|
||||
worldedit.schematic.load : true
|
||||
worldedit.schematic.list : true
|
||||
worldedit.schematic.save : true
|
||||
worldedit.clipboard.clear : true
|
||||
worldedit.clipboard.copy : true
|
||||
worldedit.clipboard.lazycopy : true
|
||||
worldedit.clipboard.place : true
|
||||
worldedit.clipboard.download : true
|
||||
worldedit.clipboard.flip : true
|
||||
worldedit.clipboard.rotate : true
|
||||
worldedit.help : true
|
||||
worldedit.global-mask : true
|
||||
worldedit.global-transform : true
|
||||
worldedit.generation.cylinder : true
|
||||
worldedit.generation.sphere : true
|
||||
worldedit.generation.forest : true
|
||||
worldedit.generation.pumpkins : true
|
||||
worldedit.generation.pyramid : true
|
||||
worldedit.generation.shape : true
|
||||
worldedit.history.undo : true
|
||||
worldedit.history.redo : true
|
||||
worldedit.history.rollback : true
|
||||
worldedit.navigation.unstuck : true
|
||||
worldedit.navigation.ascend : true
|
||||
worldedit.navigation.descend : true
|
||||
worldedit.navigation.ceiling : true
|
||||
worldedit.navigation.thru.command : true
|
||||
worldedit.navigation.jumpto.command : true
|
||||
worldedit.navigation.up : true
|
||||
worldedit.region.hollow : true
|
||||
worldedit.region.line : true
|
||||
worldedit.region.curve : true
|
||||
worldedit.region.overlay : true
|
||||
worldedit.region.center : true
|
||||
worldedit.region.naturalize : true
|
||||
worldedit.region.walls : true
|
||||
worldedit.region.faces : true
|
||||
worldedit.region.smooth : true
|
||||
worldedit.region.move : true
|
||||
worldedit.region.forest : true
|
||||
worldedit.region.replace : true
|
||||
worldedit.region.stack : true
|
||||
worldedit.region.set : true
|
||||
worldedit.selection.pos : true
|
||||
worldedit.selection.chunk : true
|
||||
worldedit.selection.hpos : true
|
||||
worldedit.wand : true
|
||||
worldedit.wand.toggle : true
|
||||
worldedit.selection.contract : true
|
||||
worldedit.selection.outset : true
|
||||
worldedit.selection.inset : true
|
||||
worldedit.analysis.distr : true
|
||||
worldedit.analysis.count : true
|
||||
worldedit.analysis.sel : true
|
||||
worldedit.selection.size : true
|
||||
worldedit.selection.expand : true
|
||||
worldedit.selection.shift : true
|
||||
worldedit.snapshots.list : true
|
||||
worldedit.superpickaxe : true
|
||||
worldedit.superpickaxe.area : true
|
||||
worldedit.superpickaxe.recursive : true
|
||||
worldedit.brush.blendball : true
|
||||
worldedit.brush.erode : true
|
||||
worldedit.brush.pull : true
|
||||
worldedit.brush.circle : true
|
||||
worldedit.brush.recursive : true
|
||||
worldedit.brush.line : true
|
||||
worldedit.brush.spline : true
|
||||
worldedit.brush.surfacespline : true
|
||||
worldedit.brush.shatter : true
|
||||
worldedit.brush.stencil : true
|
||||
worldedit.brush.height : true
|
||||
worldedit.brush.layer : true
|
||||
worldedit.brush.populateschematic : true
|
||||
worldedit.brush.scatter : true
|
||||
worldedit.brush.splatter : true
|
||||
worldedit.brush.scattercommand : true
|
||||
worldedit.brush.copy : true
|
||||
worldedit.brush.command : true
|
||||
worldedit.brush.apply : true
|
||||
worldedit.brush.sphere : true
|
||||
worldedit.brush.cylinder : true
|
||||
worldedit.brush.clipboard : true
|
||||
worldedit.brush.smooth : true
|
||||
worldedit.brush.ex : true
|
||||
worldedit.brush.gravity : true
|
||||
worldedit.brush.options.range : true
|
||||
worldedit.brush.options.material : true
|
||||
worldedit.brush.options.size : true
|
||||
worldedit.brush.options.mask : true
|
||||
worldedit.brush.options.smask : true
|
||||
worldedit.brush.options.transform : true
|
||||
worldedit.brush.options.scroll : true
|
||||
worldedit.brush.options.visualize : true
|
||||
worldedit.tool.deltree : true
|
||||
worldedit.tool.farwand : true
|
||||
worldedit.tool.lrbuild : true
|
||||
worldedit.tool.info : true
|
||||
worldedit.tool.tree : true
|
||||
worldedit.tool.replacer : true
|
||||
worldedit.tool.data-cycler : true
|
||||
worldedit.tool.flood-fill : true
|
||||
worldedit.tool.inspect : true
|
||||
worldedit.fill.recursive : true
|
||||
worldedit.drain : true
|
||||
worldedit.fixlava : true
|
||||
worldedit.fixwater : true
|
||||
worldedit.removeabove : true
|
||||
worldedit.removebelow : true
|
||||
worldedit.removenear : true
|
||||
worldedit.replacenear : true
|
||||
worldedit.snow : true
|
||||
worldedit.thaw : true
|
||||
worldedit.green : true
|
||||
worldedit.extinguish : true
|
||||
worldedit.calc : true
|
||||
worldedit.fill : true
|
||||
fawe.voxelbrush :
|
||||
default : op
|
||||
children :
|
||||
voxelsniper.brush.ball : true
|
||||
voxelsniper.brush.biome : true
|
||||
voxelsniper.brush.blendball : true
|
||||
voxelsniper.brush.blenddisc : true
|
||||
voxelsniper.brush.blendvoxel : true
|
||||
voxelsniper.brush.blendvoxeldisc : true
|
||||
voxelsniper.brush.blob : true
|
||||
voxelsniper.brush.blockreset : true
|
||||
voxelsniper.brush.blockresetsurface : true
|
||||
voxelsniper.brush.canyon : true
|
||||
voxelsniper.brush.canyonselection : true
|
||||
voxelsniper.brush.checkervoxeldisc : true
|
||||
voxelsniper.brush.cleansnow : true
|
||||
voxelsniper.brush.clonestamp : true
|
||||
voxelsniper.brush.copypasta : true
|
||||
voxelsniper.brush.cylinder : true
|
||||
voxelsniper.brush.disc : true
|
||||
voxelsniper.brush.discface : true
|
||||
voxelsniper.brush.dome : true
|
||||
voxelsniper.brush.drain : true
|
||||
voxelsniper.brush.ellipse : true
|
||||
voxelsniper.brush.ellipsoid : true
|
||||
voxelsniper.brush.eraser : true
|
||||
voxelsniper.brush.erode : true
|
||||
voxelsniper.brush.extrude : true
|
||||
voxelsniper.brush.filldown : true
|
||||
voxelsniper.brush.flatocean : true
|
||||
voxelsniper.brush.heatray : true
|
||||
voxelsniper.brush.jaggedline : true
|
||||
voxelsniper.brush.line : true
|
||||
voxelsniper.brush.move : true
|
||||
voxelsniper.brush.ocean : true
|
||||
voxelsniper.brush.overlay : true
|
||||
voxelsniper.brush.pull : true
|
||||
voxelsniper.brush.randomerode : true
|
||||
voxelsniper.brush.ring : true
|
||||
voxelsniper.brush.rot2d : true
|
||||
voxelsniper.brush.rot2dvert : true
|
||||
voxelsniper.brush.rot3d : true
|
||||
voxelsniper.brush.ruler : true
|
||||
voxelsniper.brush.scanner : true
|
||||
voxelsniper.brush.set : true
|
||||
voxelsniper.brush.setredstoneflip : true
|
||||
voxelsniper.brush.setredstonerotate : true
|
||||
voxelsniper.brush.shellball : true
|
||||
voxelsniper.brush.shellset : true
|
||||
voxelsniper.brush.shellvoxel : true
|
||||
voxelsniper.brush.signoverwrite : true
|
||||
voxelsniper.brush.snipe : true
|
||||
voxelsniper.brush.snowcone : true
|
||||
voxelsniper.brush.spiralstaircase : true
|
||||
voxelsniper.brush.splatterball : true
|
||||
voxelsniper.brush.splatterdisc : true
|
||||
voxelsniper.brush.splatteroverlay : true
|
||||
voxelsniper.brush.splattervoxel : true
|
||||
voxelsniper.brush.splattervoxeldisc : true
|
||||
voxelsniper.brush.spline : true
|
||||
voxelsniper.brush.stamp : true
|
||||
voxelsniper.brush.stencil : true
|
||||
voxelsniper.brush.stencillist : true
|
||||
voxelsniper.brush.threepointcircle : true
|
||||
voxelsniper.brush.triangle : true
|
||||
voxelsniper.brush.underlay : true
|
||||
voxelsniper.brush.voltmeter : true
|
||||
voxelsniper.brush.voxel : true
|
||||
voxelsniper.brush.voxeldisc : true
|
||||
voxelsniper.brush.voxeldiscface : true
|
||||
voxelsniper.brush.warp : true
|
||||
voxelsniper.goto : true
|
||||
voxelsniper.sniper : true
|
||||
|
Reference in New Issue
Block a user