Giter Site home page Giter Site logo

bad-plugins's Introduction

bad-plugins

These are my plugin releases that are not good enough (or that break rules) for the PocketMine official plugins repository.

PluginDescription

Mobsters
A simple Entity implementation

AutoHeal
A quick coded auto heal plugin

FloatChat
Show chat as floating text particles

LocalChat
Localize chat messages

NotSoFlat
A terrain generator for PM1.4 (with some PM1.5 compatibility)...

LIAB
Leave it all behind

ChatScribe
Logs chat and commands to file

SpawnMgr
control how players spawn

Other tools

  • pmptemplate - A PocketMine Plugin Template

This plugins used to be hosted in this repository but has then moved since:


Notes

specter spawn Playername # The full command to spawn a new dummy
s s playername # Luckily there is shorthand
s c playername /spawn # Execute /spawn as player

Give/Get items:

  • zombie : spawn_egg:32
  • villager : spawn_egg:15

Copyright

bad-plugins
Copyright (C) 2015 Alejandro Liu
All Rights Reserved.

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 2 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/>.

bad-plugins's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bad-plugins's Issues

Sugguestion

I have a sugguestion. Can you add changing passwords for SimpleAuthHelper?

spawners...

Please add spawner mobs, some call for an egg to touch him, he was such a mob will spawn.
(my English is bad)

Spawning?

Is there anyway to make the mobs spawn without a spawn egg. Not a command but naturally like single player. I dont necessarily care about if its day or night. Is there a addon for this or any way to. If i were to make a plugin what function would i use to spawn the mob

Mobsters: ERROR

When I run Mobsters, it writes me:

ERROR in Block:: $creative....

in Main.php ~ please fix

Crash on Pig (itemInHand)

Fatal error: Call to a member function getItemInHand() on null in C:\Users\Administrator\Desktop\Server\MinecraftPE\PocketMine-MP\plugins\Mobsters\src\aliuly\mobsters\i diots\Pig.php on line 112

Call Stack:
0.0201 408808 1. {main}() C:\Users\Administrator\Desktop\Server\MinecraftPE\PocketMine-MP\PocketMine-MP.phar:0
0.0223 403904 2. require('phar://C:/Users/Administrator/Desktop/Server/MinecraftPE/PocketMine-MP/PocketMine-MP.phar/src/pocketmine/PocketMine.php') C:\Users\A dministrator\Desktop\Server\MinecraftPE\PocketMine-MP\PocketMine-MP.phar:1
0.1506 543976 3. pocketmine\Server->__construct() phar://C:/Users/Administrator/Desktop/Server/MinecraftPE/PocketMine-MP/PocketMine-MP.phar/src/pocketmine/Poc ketMine.php:464
15.7152 20741432 4. pocketmine\Server->start() phar://C:/Users/Administrator/Desktop/Server/MinecraftPE/PocketMine-MP/PocketMine-MP.phar/src/pocketmine/Server__3 2bit.php:1778
15.7321 20757520 5. pocketmine\Server->tickProcessor() phar://C:/Users/Administrator/Desktop/Server/MinecraftPE/PocketMine-MP/PocketMine-MP.phar/src/pocketmine/S erver__32bit.php:2178
7976.2291 95971552 6. pocketmine\Server->tick() phar://C:/Users/Administrator/Desktop/Server/MinecraftPE/PocketMine-MP/PocketMine-MP.phar/src/pocketmine/Server__32 bit.php:2300
7976.2438 95980624 7. pocketmine\Server->checkTickUpdates() phar://C:/Users/Administrator/Desktop/Server/MinecraftPE/PocketMine-MP/PocketMine-MP.phar/src/pocketmin e/Server__32bit.php:2497
7976.2529 95980656 8. pocketmine\level\Level->doTick() phar://C:/Users/Administrator/Desktop/Server/MinecraftPE/PocketMine-MP/PocketMine-MP.phar/src/pocketmine/Ser ver__32bit.php:2339
7976.2568 95980888 9. aliuly\mobsters\idiots\Pig->onUpdate() phar://C:/Users/Administrator/Desktop/Server/MinecraftPE/PocketMine-MP/PocketMine-MP.phar/src/pocketmi ne/level/Level__32bit.php:695
7976.2574 95982336 10. aliuly\mobsters\idiots\Pig->findTarget() C:\Users\Administrator\Desktop\Server\MinecraftPE\PocketMine-MP\plugins\Mobsters\src\aliuly\mobsters \idiots\Pig.php:156

help for LocalChat

how to change the color of the message?

public function onChat(PlayerChatEvent $e){
if ($e->isCancelled()) return;
$pw = $e->getPlayer();
// Non players are handled normally
if (!($pw instanceof Player)) return;
$msg = $e->getMessage();
if (substr($msg,0,1) == ":") {
// This messages goes to everybody on the server...
// no need to do much...
if (!$this->access($pw,"localchat.broadcast.server")) {
$e->setCancelled();
return;
}
$e->setMessage(substr($msg,1));
return;
}

Suggestion: Customize Mob Drops

Can you add a feature to Mobsters where you can customize a mob's drops in a config?

Config Example:

zombie:

  • FEATHER
    creeper:
  • GUNPOWDER
    etc.

Knockback not fixed

you can see the mob getting the knockback, but its position is still set back to the same point after the knockback

LIAB: DataFolder is never created..

I do not understand why, but there will be no folder generated, so the whole thing doesn't save the inventorys.. No errors in console EDIT: only for OP'd players.

Also, with alwaysspawn.. well when the player respawns he has the last inventory.
So he looses the items. (For example when the server stops, the player rejoins..)

Could you add that some worlds can share the same inventory? i have a world where you can farm items and i would like the players to have the items on another world (the building world)

Another suggestion

Can you add a feature where when someone register, commands (configured in config.yml) will run. The same for login, but registering and logging in can have different commands. Example: If I put "say @player is a new player!" for register, it will run that command when someone registers. If i put "tell @player Welcome back, @player!" For login, it will run that command when someone logins.

Error

When i'm using the newest version of SimpleAuthHelper, I keep getting errors. When i check the lines causing them, all of the lines have: echo METHOD.",".LINE."($n)\n"; //##DEBUG;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.