octacian 1d6bec612f filter: improve by checking message word-by-word
fixes an issue where the filter would detect a word that was directly present in the chat message. word-by-word checking does mean that more words will be missed, but words that aren't in the message will not be accidentally detected.
2016-12-25 19:11:21 -08:00
2016-10-19 08:10:56 -07:00
2016-04-03 15:06:57 -07:00
2016-12-23 19:00:10 -08:00
2016-06-30 11:47:06 -07:00
2016-12-23 19:06:03 -08:00
2016-12-23 19:06:03 -08:00
2016-12-23 19:06:03 -08:00
2016-06-10 17:23:27 -07:00
2016-04-03 15:06:57 -07:00
2016-12-23 19:06:03 -08:00
2016-12-23 19:06:03 -08:00
2016-12-23 19:06:03 -08:00
2016-12-23 19:06:03 -08:00
2016-08-25 12:14:40 -07:00
2016-12-23 19:00:10 -08:00

ServerTools [servertools]

Version 0.4

Licence: MIT (see license.txt)

Useful for servers, and even singleplayer worlds, ServerTools adds several commands allowing you to clear your inventory, heal yourself or another player, and more. With the ranking module, you can easily give players privileges, or simply differentiate between players in the chat. This mod is still work in progress, and new features will be added all the time, so read the updating instructions below to make sure you always have the latest version.

As this mod grows and more features are added, the commands section below will be replaced with the wiki through Gogs (http://208.69.243.45:3000/octacian/servertools/wiki).

Commands

  • /setgenesis: set the genesis point in your world. Whenever a new player logs in, they will be automatically transprted here. Privileges: servertools.
  • /genesis: go to the genesis point (provided that it has been set). Privileges: none.
  • /clear: clear your inventory or another player's. Privileges: own inventory = none, another player's = servertools.
  • /heal: heal yourself or another player. Privileges: heal.
  • /morning: set time to morning. Priveleges: settime.
  • /noon: set time to noon. Privileges: settime.
  • /evening: set time to evening. Privileges: settime.
  • /night: set time to night. Privileges: settime.
  • /update: place/update a node at a coordinate. Privileges: update.
  • /bring : bring player to your location. Privileges: bring.
  • /rank : set or get a player's rank. Privileges: see wiki.

Installation and Updates

Unzip the archive, rename the folder to servertools and place it in minetest/mods or in the mods folder of the subgame in which you wish to use ServerTools.

You can also install this mod in the worldmods folder inside any world directory to use it only within one world.

For further information or help see: http://wiki.minetest.com/wiki/Installing_Mods

To update, periodically check the Gogs repository and download either the latest release or the master branch (most up to date, but often unstable).

The mod will soon include an auto update function, which will work on its own so long as you have internet.

Dependencies: default, datalib, xban2

Description
No description provided
Readme 143 KiB
Languages
Lua 83.4%
Shell 16.6%