/CHEssentials

CommandHelper Essentials replacement

CHEssentials - the CommandHelper replacement for Essentials.



CONTENTS

1. CONTRIBUTORS
2. INTRODUCTION
3. WEB PAGES
4. VERSION HISTORY
5. LICENSE



1. CONTRIBUTORS

Editors
 * surfarcher

Contributors
 * LadyCailin
 * PseudoKnight
 * raGan
 * surfarcher



2. INTRODUCTION

CHEssentials is intended to be a functional replacement for the Essentials CraftBukkit plugin, written entirely in CommandHelper.

This is a CommandHelper community project and anyone may contribute, whether by discussing on this thread or becoming more deeply involved.

Because CHEssentials is an in-progress functional Essentials replacement it...
 * Isn't a true clone.
 * Aims to use the same Essentials permissions nodes, and...
 * Aims to use the same commands as the equivalent Essentials command, but...
 * Includes some improvements and differences (mainly where the community feels something can be done better)
 * Is a work in progress... Many parts haven't been done yet.
 * Needs volunteers! Whether developing or helping to organize and administer.

The main thrust of CHEssentials is Essentials commands. Other modules, such as AntiBuild, Economy and Signs, will need volunteers specifically interested in working on that area.



3. WEB PAGES

Git Page
https://github.com/surfarcher/CHEssentials/

Release Thread
http://forum.sk89q.com/threads/chessentials-the-commandhelper-essentials-replacement.9453/

Discussion Thread
http://forum.sk89q.com/threads/chessentials-commandhelper-essentials-replacement-discussion-wip-etc.9335/



4. VERSION HISTORY

v1.0.00 Initial alpha. Main structure and various aliases created. Many more to do.

v1.0.01 MIT License added with all contributors agreement - props LadyCailin. Economy commands
        added. Moved longer macros into .MS files. Added some new common.ms procs.



5. LICENSE

Released under the MIT License model...

Copyright (C) 2013 by the sk89q.com community

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and 
associated documentation files (the "Software"), to deal in the Software without restriction, 
including without limitation the rights to use, copy, modify, merge, publish, distribute, 
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is 
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT 
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT 
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



EOF