Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Commit

Permalink
WorldProtect-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroliu committed Aug 25, 2015
1 parent c13cf2a commit de11db5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
12 changes: 6 additions & 6 deletions WorldProtect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ that. You are more likely to get a response and help that way.

_NOTE:_

This documentation was last updated for version **2.1.0**.
This documentation was last updated for version **2.1.1**.

Please go to
[github](https://github.com/alejandroliu/pocketmine-plugins/tree/master/WorldProtect)
for the most up-to-date documentation.

You can also download this plugin from this [page](https://github.com/alejandroliu/pocketmine-plugins/releases/tag/WorldProtect-2.1.0).
You can also download this plugin from this [page](https://github.com/alejandroliu/pocketmine-plugins/releases/tag/WorldProtect-2.1.1).

<!-- template-end -->

Expand Down Expand Up @@ -77,9 +77,6 @@ specified in the `server.properties` file.

## Documentation

**NOTE: v2.0.0 is a complete rewrite. Please test your settings
carefully when upgrading**

This plugin let's you limit what happens in a world.

It is able to:
Expand Down Expand Up @@ -307,7 +304,10 @@ Returns an integer or null.
# Changes

* 2.1.1: minor Update
* updated to libcommon 1.1 ItemName module.
* updated to libcommon 1.2.0dev2
- Upgraded to ItemName module
- permissions defined in `plugin.yml` are applied
properly which means most sub commands are now **OP only**.
* 2.1.0: API
* Added API to determine max players
* 2.0.3: Minor bug fix
Expand Down
2 changes: 1 addition & 1 deletion WorldProtect/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load: STARTUP

name: WorldProtect
description: protect worlds from griefers, pvp, limits and borders
version: 2.1.0
version: 2.1.1
author: aliuly
website: https://github.com/alejandroliu/pocketmine-plugins/tree/master/WorldProtect

Expand Down
1 change: 1 addition & 0 deletions WorldProtect/resources/messages/messages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"No blocks updated"=""
"No help for %1%"=""
"No items updated"=""
"No sub-commands available"=""
"No sub-command specified"=""
"Nothing to report"=""
"OFF"=""
Expand Down
7 changes: 4 additions & 3 deletions WorldProtect/resources/messages/spa.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Details for %1%"="Detalles para %1%"
"Disable explosions in world or spawn area"="Desactiva explosiones en mundo ó zona de aparición"
"Edits world motd text"="Edita el texto de bienvenida a mundo"
"Enabled %1% features"=""
"Enabled %1% features"="Habilitando %1% módulos"
"Enabled one feature"="Activando un módulo"
"Error loading level %1%"="Error cargando nivel %1%"
"Explosion was stopped in %1%"="Explosión fue detenida en %1%"
Expand All @@ -36,7 +36,8 @@
"No blocks updated"="No se modificó ningún bloque"
"No help for %1%"="No ayuda disponible para %1%"
"No items updated"="Ningún objeto modificado"
"No sub-command specified"="No sub-commando especificado"
"No sub-commands available"="No hay sub comandos disponibles"
"No sub-command specified"="No sub comando especificado"
"Nothing to report"="Nada para reportar"
"OFF"="APAGADO"
"ON"="PRENDIDO"
Expand Down Expand Up @@ -111,7 +112,7 @@
"[WP] You have been removed from\n[WP] %1%'s auth list"="[WP] Usted ha sido quitado de\n[WP] la lista autorizada de %1%"
"[WP] motd for %1% removed"="[WP] motd para %1% borrado"
"[WP] motd for %1% updated"="[WP] motd para %1% actualizado"
"[id] ..."=""
"[id] ..."="[id] ..."
"[id] [id]"=""
"[off|world|spawn]"=""
"[on|off|spawn-off]"=""
Expand Down
2 changes: 1 addition & 1 deletion WorldProtect/src/aliuly/worldprotect/BanItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function onSCommand(CommandSender $c,Command $cc,$scmd,$world,array $args
return true;
}
$cc = 0;
echo __METHOD__.",".__LINE__."\n";//##DEBUG
//echo __METHOD__.",".__LINE__."\n";//##DEBUG

$ids = $this->owner->getCfg($world, "banitem", []);
if ($scmd == "unbanitem") {
Expand Down

0 comments on commit de11db5

Please sign in to comment.