Skip to content

CreativeStick will allow you to build, replace, or remove blocks at a distance by simply shaking a stick at them. It is fast becoming the only tool you will ever need on a creative server!

sunkid/CreativeStick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CreativeStick - A Bukkit Plugin for Minecraft

By sunkid

CreativeStick - Build, replace, or remove blocks at a distance

Dev Bukkit Link: http://dev.bukkit.org/server-mods/creativestick/ Source & Latest Release: https://github.com/sunkid/CreativeStick

I appreciate any contributions, patches, or pull requests. To work on this plugin, you need to start at it's super-repository's level: https://github.com/sunkid/Bukkit-Plugins

CREDITS

This plugin was originally written by Nijikokun and was named iStick. Most of the functionality was developed by him and he deserves all the credit!

CreativeStick will allow you to build, replace, or remove blocks at a distance by simply shaking a stick at them:

WHAT's NEW

Since version 0.4.25 players (or admins, depending on the permissions) can choose whether drops produce anything removed or replaced or whether they only produce "naturally dropped" items as if mined conventionally.

All item specification can be now done using either the name of the item (e.g. 'stone'), the id, or a "fuzzy string" shortcut:

  • fuzzy strings always start with capital letters
  • upper case letters are the first letters of the words in an item's name
  • using first an upper case and then any number of lower case letters specifies the beginning of a name but does not include spaces
  • a wildcard '*' is accepted and can stand for any sequence of letters and spaces
  • only strings resulting in single items are accepted, if more than one item matches, only 'placeable' items will be considered (right now, placeable is defined as the item being a block; I will work on including other placeable items like cake... everybody likes cake and you can still use it by specifying 'cake')
  • if the string matches more than one placeable item, a list of those items is returned
  • examples:
    • 'IA' is short for 'iron axe'
    • 'G*re' is short for 'gold ore'
    • 'So' results in 'soil' (note that it doesn't match 'soul sand' as that item has two words but no wild card was used)
    • 'IB' results in 'iron block' as the other matching item ('iron boots') is not placeable
    • 'S' is invalid as it matches multiple placeable items ('stone', 'sand', etc.)

Functionality:

  1. Enable / Disable /cs -t|toggle
  2. Right click for removal / switching of building block (optional).
  3. Left click for building / removing / replacing.
  4. Switch to building: /cs -bname>
  5. Switch to replacing: /cs -rname>
  6. Removing from a distance: make sure CreativeStick is enabled and just right click.
  7. Undoing: /cs -u|undo [amount]
  8. Toggle whether items are added to the inventory when removing: /cs -td
  9. /cs [-h|help] shows help information
  10. /cs -c|config shows configuration information
  11. /cs -c|config <parameter> <value> allows config parameters to be changed; currently supported:
    1. number of default undos
    2. distance from which the tool acts
    3. whether or not the bottom layer of bedrock can be removed
    4. whether or not right-clicking switches the item to build with
    5. debug mode
  12. /cs -v|version shows version information
  13. Aliases: /is or /istick or /cstick
  14. Support for protection plugins
  15. Support for both it's own permissions or via Permissions or GroupManager
  16. assign 'creativestick.use' to any users who are allowed to use the plugin
  17. assign 'creativestick.config' to any user who are allowed to change configuration parameters for themselves.

INSTALLATION:

  1. download zip file and move jar file to your plugins folder
  2. remove iStick.jar if it is present (but leave the iStick folder in place, where ever it is)
  3. reload your server
  4. read and adjust configuration file in plugins/CreativeStick/config.yml
  5. reload your server if you made any changes

UPGRADING FROM PREVIOUS VERSIONS OF CreativeStick:

  1. follow INSTALLATION steps 1 - 3.
  2. if you see a warning message about an outdated config.yml file, simply follow the instructions in plugins/CreativeStick/config-new.yml (settings.user.debug is the only new parameter in 0.4.14 and can be ignored. Just set settings.version to 0.4.14)
  3. if there is no warning message, you are good to go

MIGRATION FROM iStick:

same as INSTALLATION!

KNOWN ISSUES

  • CS can kill you and torches are a nuisance
  • inventory doesn't update until stacks are clicked on
  • sometimes, there is a very long lag when removing blocks
  • non-stackable items can be selected to build with and will generate errors

Licensing

This software is copyright by sunkid <sunkid@iminurnetz.com> and is distributed under a dual license:

Non-Commercial Use:

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Commercial Use:

Please contact sunkid@iminurnetz.com

About

CreativeStick will allow you to build, replace, or remove blocks at a distance by simply shaking a stick at them. It is fast becoming the only tool you will ever need on a creative server!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages