Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Falkirks/BuyCraft
Browse files Browse the repository at this point in the history
  • Loading branch information
Falkirks committed Mar 13, 2015
2 parents 0ced272 + fb68ae7 commit e855885
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BuyCraft (port for PocketMine-MP)
===========
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.
This port includes all the functionality from BuyCraft for bukkit (excluding signs and GUI).


###BuyCraft TOS Compliance
Expand Down
1 change: 1 addition & 0 deletions entry.php
Original file line number Diff line number Diff line change
@@ -0,0 +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);
4 changes: 2 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: BuyCraft
main: buycraft\BuyCraft
version: 1.2
author: Falk
author: Falkirks
api: [1.0.0]
load: POSTWORLD
permissions:
Expand All @@ -12,4 +12,4 @@ permissions:
buycraft.admin:
default: op
buycraft.buy:
default: true
default: true

0 comments on commit e855885

Please sign in to comment.