All Projects → TeamAvas → ServerTransfer

TeamAvas / ServerTransfer

Licence: other
[Plugin] Server Transfer for Human Query.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to ServerTransfer

SimplePets
🐕‍🦺 An Ultimate Pets plugin for PocketMine-MP.
Stars: ✭ 20 (+66.67%)
Mutual labels:  pmmp
MysteryCrate
PLUGIN ARCHIVED. USE https://github.com/DaPigGuy/PiggyCrates instead!
Stars: ✭ 30 (+150%)
Mutual labels:  pmmp
BurgerSpawners
Pocketmine Plugin implementing Stackable Spawners
Stars: ✭ 32 (+166.67%)
Mutual labels:  pmmp
InvSee
A PocketMine-MP plugin that lets you view and modify offline and online players' inventories in real-time!
Stars: ✭ 19 (+58.33%)
Mutual labels:  pmmp
PlagueEntity
A general-purpose custom entity API for PocketMine-MP.
Stars: ✭ 13 (+8.33%)
Mutual labels:  pmmp
AuctionHouse
Feature-packed auction house plugin for PocketMine-MP (pmmp)
Stars: ✭ 31 (+158.33%)
Mutual labels:  pmmp
Emotes
This plugin allows players to use their favorite emotes on the server!
Stars: ✭ 15 (+25%)
Mutual labels:  pmmp
IslandArchitect
An plugin to create custom sky island generators for the SkyBlock plugin
Stars: ✭ 12 (+0%)
Mutual labels:  pmmp
Vector-Network-Project
Minecraft Bedrock Edition server plugin
Stars: ✭ 28 (+133.33%)
Mutual labels:  pmmp
NpcDialog
🗽 PocketMine-MP virion to add dialogs to entities easily
Stars: ✭ 55 (+358.33%)
Mutual labels:  pmmp
NPC
The NPC plugin for PocketMine-MP
Stars: ✭ 28 (+133.33%)
Mutual labels:  pmmp
Discord-MCPE
Connect your PMMP server with Discord!
Stars: ✭ 27 (+125%)
Mutual labels:  pmmp
BurgerCustomArmor
Create Custom Armor Sets with several abilities!
Stars: ✭ 25 (+108.33%)
Mutual labels:  pmmp
CommandShop
Players have to pay items or money to use specific commands! A PocketMine plugin.
Stars: ✭ 32 (+166.67%)
Mutual labels:  pmmp
Pocketmine Mp
A server software for Minecraft: Bedrock Edition in PHP
Stars: ✭ 2,594 (+21516.67%)
Mutual labels:  pmmp
MysteryBox
Crate implemention for PocketMine-MP (PMMP)
Stars: ✭ 19 (+58.33%)
Mutual labels:  pmmp
SkyBlockUI
Manage your skyblock island in UI!
Stars: ✭ 20 (+66.67%)
Mutual labels:  pmmp
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (+333.33%)
Mutual labels:  pmmp
Leveryl
An Advanced & Feature Rich Server Software for MC:PE 1.1.x
Stars: ✭ 45 (+275%)
Mutual labels:  pmmp
mcMMO
Port of mcMMO-Dev/mcMMO for PocketMine-MP (API 4.0.0)
Stars: ✭ 25 (+108.33%)
Mutual labels:  pmmp

ServerTransfer

PocketMine-MP Server Transfer for Human Query.

<?php

class Main extends PluginBase{

    public function onEnable(): void{
        $this->getLogger()->info("Server Address: " . gethostbyname("test.kro.kr"));
    }
}
?>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].