PocketMine / PocketMine-MP

Legacy PocketMine-MP repository. Head to https://github.com/pmmp for up to date software.
https://www.pocketmine.net/
GNU Lesser General Public License v3.0
1.25k stars 661 forks source link

Allows @notscript tag in script plugins #4085

Closed PEMapModder closed 8 years ago

PEMapModder commented 8 years ago

This allows files in the plugins folder to contain .php files that contain /** but are not script plugins.

HBIDamian commented 8 years ago

Can you explain what you mean? (I don't quite understand)

PEMapModder commented 8 years ago

@thedeibo I may have a .php file in the plugins folder, but I don't want PocketMine to attempt to load it as a script plugin.

HBIDamian commented 8 years ago

Ahhh. Ok.

I get it now.

PEMapModder commented 8 years ago

Rebased the commits.