All Projects → TVPT → Voxelsniper

TVPT / Voxelsniper

Licence: other
The premiere long-distance brush editor for Minecraft

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Voxelsniper

Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (+403.51%)
Mutual labels:  minecraft, sponge
Spongeapi
A Minecraft plugin API
Stars: ✭ 1,043 (+814.91%)
Mutual labels:  minecraft, sponge
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+465.79%)
Mutual labels:  minecraft, sponge
Flying Squid
Create Minecraft servers with a powerful, stable, and high level JavaScript API.
Stars: ✭ 311 (+172.81%)
Mutual labels:  minecraft, voxel
Ore
Repository software for Sponge plugins and Forge mods
Stars: ✭ 63 (-44.74%)
Mutual labels:  minecraft, sponge
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+306.14%)
Mutual labels:  minecraft, sponge
Libby
A runtime dependency management library for plugins running in Java-based Minecraft server platforms.
Stars: ✭ 36 (-68.42%)
Mutual labels:  minecraft, sponge
Sponge
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
Stars: ✭ 241 (+111.4%)
Mutual labels:  minecraft, sponge
Spongeforge
A Forge mod that implements SpongeAPI
Stars: ✭ 1,106 (+870.18%)
Mutual labels:  minecraft, sponge
Luckperms
A permissions plugin for Minecraft servers.
Stars: ✭ 1,100 (+864.91%)
Mutual labels:  minecraft, sponge
Spongevanilla
The SpongeAPI implementation for Vanilla Minecraft.
Stars: ✭ 254 (+122.81%)
Mutual labels:  minecraft, sponge
Bstats
bStats collects data for plugin authors. It's free and easy to use!
Stars: ✭ 99 (-13.16%)
Mutual labels:  minecraft, sponge
NT-RPG
A new rpg plugin for Sponge & Spigot
Stars: ✭ 21 (-81.58%)
Mutual labels:  minecraft, sponge
Open Builder
Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
Stars: ✭ 569 (+399.12%)
Mutual labels:  minecraft, voxel
TotalEconomy
All in one economy plugin for Minecraft and Sponge.
Stars: ✭ 32 (-71.93%)
Mutual labels:  minecraft, sponge
Almura
The official mod of the Almura Client and Server.
Stars: ✭ 14 (-87.72%)
Mutual labels:  minecraft, sponge
Chunkstories
Somewhat fancy blocky game engine written in Kotlin
Stars: ✭ 199 (+74.56%)
Mutual labels:  minecraft, voxel
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (+98.25%)
Mutual labels:  minecraft, sponge
Redprotect
RedProtect Easy and Light Weight Antigrief plugin.
Stars: ✭ 51 (-55.26%)
Mutual labels:  minecraft, sponge
Flexiblelogin
A Sponge minecraft server plugin for second factor authentication
Stars: ✭ 73 (-35.96%)
Mutual labels:  minecraft, sponge

VoxelSniper

The premiere long-distance brush editor for Sponge.

Compilation

We use gradle to handle our dependencies.

  • Check out this repository.
  • Run ./gradlew build

The master branch is automatically build on our jenkins server (VoxelSniper Jenkins Job).

Issue Tracker Notes

How do I create a ticket the right way?

  • Seperate your reports. You think there is something wrong, but also want this new brush? Make life easier for us and create two tickets. We'd appriciate it big times.
  • Don't tell us your story of life. We want facts and information. The more information about the Problem you give us, the easier it is for us to figure out what's wrong.
  • Check the closed tickets first. Maybe someone created a similiar ticket already. If you think it's unresolved, then give us more information on there instead.

Bug Report

Make sure to not tell us your story of life. We want brief descriptions of what's wrong to get directly to fixing. Also try to make the title describe briefly what's wrong and attach things like logs or screenshots to help illustrate the issue further.

Here is an example, where an imaginary brush that should create a ball, creates a cube:

Title: Brush A creates Cube instead of Ball

Expected behaviour:
Brush A should create a ball with radius 5 when I set it to brush A with brush size 5.

Experienced behaviour:
Brush A created a cube instead.

Additional Information:
SpongeForge: 1.10.2-2052-5.0.0-BETA-1675
Minecraft Forge: 12.18.1.2057
VoxelSniper: 8.0.0

Additional Information like what java version the server runs on would be appriciated, but is not required at all times.

Enhancement Request

This is where imagination comes in, but make sure to keep as it easy for us. As mentioned, we don't want your story of life. We want to know what you think would be a good enhancement.

Here is an example of an enhancement request.

Title: Brush that creates lines

Enhancement Proposal:
Creating a brush that creates a line.

Suggested usage:
You click two points with your arrow and it will create a line with blocks.

Reason of proposal:
It would be useful, since off angle lines are sometimes hard to make.

Keep in mind that those are guidelines. We will still look into stuff that does not follow these guidlines, but it will give you an idea what we want in a ticket and make our life easier.

Pull Requests

We do accept pull requests and enhancements from third parties. Guidelines how to submit your pull requests properly and how to format your code will come.

Some rough guidelines for now:

  • Keep the number of commits to a minimum. We want to look over the commit and basically see what you've done.
  • Coding guidelines should try to comply to the checkstyle rules (checkstyle.xml) but not blindly. Use your mind to make smart decissions.
  • Give us a good description to what you've done.
  • Try to submit one change in one pull request and try to link it to the issue in the tracker if possible.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].