Результати пошуку

  1. P

    PMMP Forum Archive SimpleWorlds - Compatibility update

    Updated for Alpha_1.3.12 I'm adding how to create/autoload worlds right now
  2. P

    PMMP Forum Archive SimpleWorlds - SimpleWorlds 0.3 - Export your PocketMine levels to MCPE!

    I've updated SimpleWorlds and added world exporting to the MCPE format. Now you can play your world built in multiplayer on your device, or distribute it to the community. To do so, update SimpleWorlds, load your level, and execute (as OP or console): /swe worldName, where worldName is your...
  3. P

    PMMP Forum Archive SimpleWorlds 0.3.1

    SimpleWorlds is a world manager to load/unload/generate worlds. Everything can be done at run time, or configure it so worlds are auto generated, choose the ones to load, and more. Commands: /simpleworld <load|unload|generate|export> [...] : All the commands on one, everything is explained on...
  4. P

    PMMP Forum Archive SimpleAuth - Configuration fixes

    This fixes a few issues on the configuration file. Fixed setting name for authentication by last unique id, it works properly now. Fixed not being able to disable client blocks.
  5. P

    PMMP Forum Archive SimpleAuth - PocketMine 1.5 update, extra features and security

    We've updated the plugin to support some 1.5 and MCPE 0.11 new features directly, and improve security against bruteforce attacks. You will need to update your messages.yml file (just delete the existing file to get the new one) Added popup message when player is not logged in. Added some extra...
  6. P

    PMMP Forum Archive SimpleAuth - SimpleAuth v1.6.0 for API 1.8.0

    * No not kick players flying before them logging in * Updated events to use new PlayerMoveEvent * Do not require the construct method on DataProviders * Block entity damage when not logged in * Bumped API version, fixes issues with player movement blocking
  7. P

    PMMP Forum Archive SimpleAuth - Updated for API 1.4.0

    This versions updates to the API 1.4.0, improving permission performance and blocking damage while players are not logged in
  8. P

    PMMP Forum Archive SimpleAuth - Improved permission setup, added message translation

    This update fixes the order permissions are set, so they don't get overridden by parent nodes. It also adds a way to translate the plugin messages, check messages.yml in the SimpleAuth config folder after running this update
  9. P

    PMMP Forum Archive SimpleAuth - Fixed authenticating using mixed case names

    * Fixed authenticating using mixed case names (Issue #14 and #15)
  10. P

    PMMP Forum Archive SimpleAuth - Updated for PocketMine-MP Alpha_1.4, Plugin API, SQLite3, MySQL

    * Updated for Alpha_1.4 * Added Plugin API * Added SQLite3 provider * Added MySQL provider
  11. P

    PMMP Forum Archive SimpleAuth - SimpleAuth 0.3.9 - Updated API version

    Only updated the API version.
  12. P

    PMMP Forum Archive SimpleAuth - Hopefully fixed undefined indexes errors

    Hopefully fixed undefined indexes errors. If not, post a message again.
  13. P

    PMMP Forum Archive SimpleAuth - Added single session kick reason

    0.3.7: Added single session kick reason
  14. P

    PMMP Forum Archive SimpleAuth - Extended latest crash fix

    There were reports that the latest fix only fixed half of the crashes. This extends the fix to the other half.
  15. P

    PMMP Forum Archive SimpleAuth - Fixed crash when the server is full

    I've fixed a crash that was caused by a race condition when the server was full.
  16. P

    PMMP Forum Archive SimpleAuth - New SimpleAuth update - Admin commands, performance improvements, new features

    I've updated SimpleAuth to be more efficient. When I was coding it, I choose storing everything in one file to do things faster, but I had the idea to change that on the future. Today, that changed. The actual database will be ported automatically to the new format, so you don't have to worry...
  17. P

    PMMP Forum Archive SimpleAuth v1.7.1

    SimpleAuth requires registration of player names using a password. That blocks faked usernames and using admin accounts. A must-be in PocketMine-MP due to the lack of online username authentication. Note: Having issues with login and register commands not working properly in your server? It's...
  18. P

    PMMP Forum Archive DevTools - DevTools 0.7.1

    - Fixed obfuscation being applied on non-obfuscation mode
  19. P

    PMMP Forum Archive DevTools - New obfuscation methods, updated for API 12

    - API 12 - New obfuscation methods
  20. P

    PMMP Forum Archive DevTools - Updated for Alpha_1.3.11 Amai Beetroot

    - PMF plugins are now saved on the DevTools folder - Compatible with Amai Beetroot