Skip to content

Instantly share code, notes, and snippets.

[15:22:39] [Server thread/INFO]: Starting minecraft server version 1.12.2
[15:22:39] [Server thread/INFO]: Loading properties
[15:22:39] [Server thread/INFO]: Default game type: CREATIVE
[15:22:39] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3d850ec-809c399 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[15:22:39] [Server thread/INFO]: Server Ping Player Sample Count: 12
[15:22:39] [Server thread/INFO]: Using 4 threads for Netty based IO
[15:22:39] [Server thread/INFO]: Debug logging is disabled
[15:22:39] [Server thread/INFO]: Generating keypair
[15:22:39] [Server thread/INFO]: Starting Minecraft server on 217.182.41.72:25915
[15:22:39] [Server thread/INFO]: Using epoll channel type
<?php
if(isset($_POST['inputCommand'])){
$command = $_POST['inputCommand'];
if($command == null) die("Please write a comm");
$host = "217.182.41.72";
$password = "456789asd";
<?php
/*
This project is being developed by MediaRise.
*/
class WebsenderAPI{
public $timeout = 30;
socketPort: 9876
socketPassword: 456789asd
senderPrefix: '[WebSender]'
wrongPassword: Incorrect password, please enter it carefully.
wrongData: Please check PHP variables.
succesfullyLogin: Login is successful.
consoleInfo: 'true'
commandPermission: websender.admin
nothavePerm: You not have permission!
pluginReloaded: Websender reloaded!
# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
#
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
#
# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
#Minecraft server properties
#Tue May 01 16:51:00 CEST 2018
spawn-protection=0
query.port=25565
server-name=BG-MC
generator-settings=
force-gamemode=false
allow-nether=true
gamemode=0
broadcast-console-to-ops=true
ip_forward: true
network_compression_threshold: 256
stats: 957a72c1-af55-472f-8323-c7683fff6282
groups:
Wohaho:
- admin
servers:
Survival:
motd: '&1Just another BungeeCord - Forced Host'
address: 46.***.*.**:25812
# Coins plugin by: Beelzebu
# If you need support or find a bug open a issuse in
# the official github repo https://github.com/Beelzebu/Coins/issues/
# The version of the config, don't touch!
version: 13
# This is the prefix used in all the messages.
Prefix: '&c&lCoins &6&l>&7'
<?php /* Template Name: VIP */
get_header(); ?>
<div id="content">
<div id="inner-content" class="wrap clearfix">
<div id="main" class="ninecol first clearfix" role="main">
<div class="inner-bg">
socketPort: 9876
socketPassword: 456789asd
senderPrefix: '[WebSender]'
wrongPassword: Incorrect password, please enter it carefully.
wrongData: Please check PHP variables.
succesfullyLogin: Login is successful.
consoleInfo: 'true'
commandPermission: websender.admin
nothavePerm: You not have permission!
pluginReloaded: Websender reloaded!