This is a plugin written in PHP programming language and running on the PocketMine platform that works stably on the API 3.25.0 platform

Overview

General

This is a plugin written in PHP programming language and running on the PocketMine platform that works stably on the API 3.25.0 platform. It allows you to hear the sound "Welcome to the server!" when you join the server

Contacts

If you encounter an error or would like to contribute to my plugin, contact me via the platforms below:

  • Zalo: @thanhnhanaz
  • Gmail: [email protected]
  • Discord: NhanAZ#9115
  • FaceBook: fb.com/thanhnhanaz

License

GNU General Public License v3.0

You might also like...
A sampling profiler for PHP written in PHP, which reads information about running PHP VM from outside of the process.

Reli Reli is a sampling profiler (or a VM state inspector) written in PHP. It can read information about running PHP script from outside of the proces

PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language

php-text-analysis PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP l

A payment gateway plugin for WooCommerce to see if your checkout works.

=== Order Test For All for WooCommerce === Contributors: ikamal Donate link: https://kamal.pw/ Tags: wc order test, wc order, woocommerce, woocommerce

PocketMine-MP Plugin for converting items & blocks name to your language.
PocketMine-MP Plugin for converting items & blocks name to your language.

ConvertName PocketMine-MP Plugin for converting items & blocks name to your language. Usage Due to license issue, I don't put the language files direc

Magento 2 Finnish Language Pack is the perfect guide so that you can enable Finnish on your magento 2 store. This translation is really necessary for everyone who are living in the Finland. Here is a step-by-step guide to install Finnish package and use it as the default language.
Simple game server with php without socket programming. Uses the Api request post(json).

QMA server Simple game server with php without socket programming. Uses the Api request post(json). What does this code do? Register the user as a gue

Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.

Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.

Naive Bayes works by looking at a training set and making a guess based on that set.

Naive Bayes Naive Bayes works by looking at a training set and making a guess based on that set. It uses simple statistics and a bit of math to calcul

Get the system resources in PHP, as memory, number of CPU'S, Temperature of CPU or GPU, Operating System, Hard Disk usage, .... Works in Windows & Linux

system-resources. A class to get the hardware resources We can get CPU load, CPU/GPU temperature, free/used memory & Hard disk. Written in PHP It is a

Comments
  • ValueError:

    ValueError: "Invalid or uninitialized Zip object"

    @DavidGlitch04 Can you help me fix this issues? Looks like your PR still has a potential bug or it could be because of the jasonwynn10/libCustomPack library I'm not sure anymore... https://crash.pmmp.io/view/6988897

    [12:47:34.693] [Server thread/CRITICAL]: ValueError: "Invalid or uninitialized Zip object" (EXCEPTION) in "D:/Dev/virions/libCustomPack-master/src/libCustomPack/libCustomPack" at line 28
    --- Stack trace ---
      #0 D:/Dev/virions/libCustomPack-master/src/libCustomPack/libCustomPack(28): ZipArchive->close()
      #1 plugins/CustomJoinSound/src/NhanAZ/CustomJoinSound/Main(21): libCustomPack\libCustomPack::generatePackFromResources(object NhanAZ\CustomJoinSound\Main#25968)
      #2 pmsrc/src/plugin/PluginBase(117): NhanAZ\CustomJoinSound\Main->onEnable()
      #3 pmsrc/src/plugin/PluginManager(448): pocketmine\plugin\PluginBase->onEnableStateChange(true)
      #4 pmsrc/src/Server(1419): pocketmine\plugin\PluginManager->enablePlugin(object NhanAZ\CustomJoinSound\Main#25968)
      #5 pmsrc/src/Server(1024): pocketmine\Server->enablePlugins(object pocketmine\plugin\PluginEnableOrder#25741)
      #6 pmsrc/src/PocketMine(304): pocketmine\Server->__construct(object BaseClassLoader#2, object pocketmine\utils\MainLogger#3, string[7] D:\Dev\, string[15] D:\Dev\plugins\)
      #7 pmsrc/src/PocketMine(327): pocketmine\server()
      #8 pmsrc(11): require(string[51] phar://D:/Dev/PocketMine-MP.phar/src/PocketMine.php)
    --- End of exception information ---
    [12:47:34.693] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
    [12:47:34.704] [Server thread/EMERGENCY]: Please upload the "D:/Dev/crashdumps/Wed_Jun_15-12.47.34-WIB_2022.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
    [12:47:34.705] [Server thread/EMERGENCY]: Forcing server shutdown
    
    [12:47:34.722] [Server thread/CRITICAL]: Error: "Typed property NhanAZ\CustomJoinSound\Main::$libRegRsp must not be accessed before initialization" (EXCEPTION) in "plugins/CustomJoinSound/src/NhanAZ/CustomJoinSound/Main" at line 26
    --- Stack trace ---
      #0 pmsrc/src/plugin/PluginBase(119): NhanAZ\CustomJoinSound\Main->onDisable()
      #1 pmsrc/src/plugin/PluginManager(487): pocketmine\plugin\PluginBase->onEnableStateChange(false)
      #2 pmsrc/src/plugin/PluginManager(476): pocketmine\plugin\PluginManager->disablePlugin(object NhanAZ\CustomJoinSound\Main#25968)
      #3 pmsrc/src/Server(1487): pocketmine\plugin\PluginManager->disablePlugins()
      #4 pmsrc/src/Server(1672): pocketmine\Server->forceShutdown()
      #5 pmsrc/src/Server(1571): pocketmine\Server->crashDump()
      #6 pmsrc/src/Server(1066): pocketmine\Server->exceptionHandler(object ValueError#28974)
      #7 pmsrc/src/PocketMine(304): pocketmine\Server->__construct(object BaseClassLoader#2, object pocketmine\utils\MainLogger#3, string[7] D:\Dev\, string[15] D:\Dev\plugins\)
      #8 pmsrc/src/PocketMine(327): pocketmine\server()
      #9 pmsrc(11): require(string[51] phar://D:/Dev/PocketMine-MP.phar/src/PocketMine.php)
    --- End of exception information ---
    [12:47:34.723] [Server thread/EMERGENCY]: Crashed while crashing, killing process
    
    bug help wanted 
    opened by NhanAZ 3
  • Restyle use libCustomPack by jasonwynn10

    Restyle use libCustomPack by jasonwynn10

    A duplicate of #4 with additional commits that automatically address incorrect style, created by Restyled.

    :warning: Even though this PR is not a Fork, it contains outside contributions. Please review accordingly.

    Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from it with only the style fixes.

    The following Restylers made fixes:

    To incorporate these changes, you can either:

    1. Merge this Pull Request instead of the original, or

    2. Ask your contributor to locally incorporate these commits and push them to the original Pull Request

      Expand for example instructions
      ```console
      git remote add upstream https://github.com/nhanaz-pm-pl/CustomJoinSound.git
      git fetch upstream pull/<this PR number>/head
      git merge --ff-only FETCH_HEAD
      git push
      ```
      

    NOTE: As work continues on the original Pull Request, this process will re-run and update (force-push) this Pull Request with updated style fixes as necessary. If the style is fixed manually at any point (i.e. this process finds no fixes to make), this Pull Request will be closed automatically.

    Sorry if this was unexpected. To disable it, see our documentation.

    opened by restyled-io[bot] 0
Owner
Thành Nhân
Thành Nhân
YCOM Impersonate. Login as selected YCOM user 🧙‍♂️in frontend.

YCOM Impersonate Login as selected YCOM user in frontend. Features: Backend users with admin rights or YCOM[] rights, can be automatically logged in v

Friends Of REDAXO 17 Sep 12, 2022
A repository for showcasing my knowledge of the PHP programming language, and continuing to learn the language.

Learning PHP (programming language) I know very little about PHP. This document will list all my knowledge of the PHP programming language. Basic synt

Sean P. Myrick V19.1.7.2 2 Oct 29, 2022
This example shows how to use Anychart library with the PHP programming language, Laravel framework and MySQL database.

PHP basic template This example shows how to use Anychart library with the PHP programming language, Laravel framework and MySQL database. Running To

AnyChart Integrations and Templates 23 Jul 17, 2022
Bearer client for the PHP programming language

Bearer PHP Client This is the official PHP client for interacting with Bearer.sh. Installation Install the package by running: composer require bearer

Bearer 9 Oct 31, 2022
All about docker projects either from dockerfile or compose. Anyway, here the project is in the form of a service, for the programming language I will make it later

Docker Project by ItsArul Hey, yo guys okay, this time I made some projects from Docker. Anyway, this project is open source, for example, if you want

Kiyo 10 Nov 4, 2022
A plugin manager for PocketMine-MP downloads plugin from PocketMine-MP official plugin repository

oh-my-pmmp A plugin manager for PocketMine-MP Getting Started Prerequisites Your server MUST RUN the latest version of PocketMine. Installation From P

thebigcrafter 6 Jan 4, 2023
Utilities for concurrent programming of PocketMine-MP plugins.

Utilities for concurrent programming of PocketMine-MP plugins Overview Plugin that implements the pthreads channels and in the future, promises (which

Dmitry Uzyanov 0 Aug 15, 2022
A sampling profiler for PHP written in PHP, which reads information about running PHP VM from outside of the process.

Reli Reli is a sampling profiler (or a VM state inspector) written in PHP. It can read information about running PHP script from outside of the proces

null 272 Dec 22, 2022