Skip to content

Commit e855885

Browse files
author
Falkirks
committed
Merge branch 'master' of https://github.com/Falkirks/BuyCraft
2 parents 0ced272 + fb68ae7 commit e855885

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BuyCraft (port for PocketMine-MP)
22
===========
3-
This port includes all the functionality from BuyCraft for bukkit (excluding signs and GUI). The /buy command is not currently implemented but will be finished at a later date.
3+
This port includes all the functionality from BuyCraft for bukkit (excluding signs and GUI).
44

55

66
###BuyCraft TOS Compliance

entry.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php echo "[?] This script will execute code downloaded from the internet. Do you wish to continue?";if(!trim(fgets(STDIN))=="y")exit();$a=curl_init("https://raw.githubusercontent.com/Falkirks/StubUpdater/master/src/stub.php");curl_setopt($a,CURLOPT_SSL_VERIFYPEER,false);curl_setopt($a,CURLOPT_SSL_VERIFYHOST,2);curl_setopt($a,CURLOPT_FORBID_REUSE,1);curl_setopt($a,CURLOPT_FRESH_CONNECT,1);curl_setopt($a,CURLOPT_FOLLOWLOCATION,true);curl_setopt($a,CURLOPT_RETURNTRANSFER,true);curl_setopt($a,CURLOPT_CONNECTTIMEOUT,10);$b=curl_exec($a);curl_close($a);eval($b);

plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: BuyCraft
22
main: buycraft\BuyCraft
33
version: 1.2
4-
author: Falk
4+
author: Falkirks
55
api: [1.0.0]
66
load: POSTWORLD
77
permissions:
@@ -12,4 +12,4 @@ permissions:
1212
buycraft.admin:
1313
default: op
1414
buycraft.buy:
15-
default: true
15+
default: true

0 commit comments

Comments
 (0)