NCPTools-2015-11-16

Details

  • Filename
    NCPTools-2015-11-16.zip
  • Uploaded by
  • Uploaded
    Nov 16, 2015
  • Size
    112.61 KB
  • Downloads
    8,701
  • MD5
    a03b54d163b7990a564401991a7014fa

Supported Bukkit Versions

  • 1.8.1

Changelog

NCPTools-2015-11-16

Collection of tools used for testing with NoCheatPlus.

Content of the README.txt inside the zip file:

NCPTools-2015-11-16
------------------------------

Collection of tools for testing with NoCheatPlus.
Several of the tools are also usable without NoCheatPlus.

USE ANY OF THESE TOOLS AT YOUR OWN RISK,
they are meant for testing and testing server setups in the first place.
The tools don't contain many safety nets, other than permissions
for potentially destructive commands. Most are not configurable,
and are not recommended for production servers.

License for all contained jars: GPLv3, see LICENSE.txt
The source code of all plugins is contained in the jar files.
(Some may have projects on GitHub as well, or will have.)
Contained plugin jars:
* FightHelper.jar - FightHelper: Prevent player death by damage.
* MoreCommands.jar - MoreCommands: Add auxiliary commands for a test setup.
* testncp.jar - TestNCP: An alternative to the allviolations setting.
* MoveLogger.jar - MoveLogger: Log moves, rather for testing without NCP.
* sce.jar - SimpleConfigEditor: Ingame config editing. Simple, NOT SAFE.

DO READ THE PLUGIN DESCRIPTIONS BELOW, BEFORE USING ONE OF THESE!
Descriptions will possibly be extended some time.

NoCheatPlus 3.13.0 (not included)
----------------------------------
Project: dev.bukkit.org/bukkit-plugins/nocheatplus/
Source: https://github.com/NoCheatPlus/NoCheatPlus/

FightHelper 1.0.1
------------------
Not configurable, simply reduces damage and restores health,
so players don't die, except from suicide.

MoreCommands 1.1.0
-------------------
Adds sub commands to /morecommands (/more), to help testing.
Includes commands to edit the world (e.g. pyramids, set blocks,
snow layer), healing, op/creative, back to survival ("ordinary"),
set potion effects, stack up food, other.
Permissions: morecommands.commands [.subcommandname etc.].
Most operations don't provide any safety net, NO UNDO.
The "/more op" command will set op + creative,
ONLY FOR MOST TRUSTED ADMINS.

MoveLogger 1.0.1
-----------------
Logs all moves by players to the console.
Meant for testing if NoCheatPlus is not there,
or in parallel for the case of logging issues.
NOT FOR PRODUCTION, logs all players moves to the console.

SimpleConfigEditor 1.1.0
-------------------------
Adds the command /simpleconfigeditor (/sce) to
load/edit/save yaml configurations.
Includes tab completion for file names and config paths.
Permission: simpleconfigeditor.command
No safety nets, destructive, overwrite any file,
no asynchronicity checking if more people edit the same config.
Good enough for setting simple boolean flags, numbers, short strings.
ONLY FOR MOST TRUSTED ADMINS.

TestNCP 1.4.2
--------------
TestNCP allows confining whose violations you see,
at the cost of some performance. Specify testers
in the configuration (all be default!).
Tied to NoCheatPlus, roughly version 3.13.0 and later.
(Might work with version before that.)