Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

12 changes: 0 additions & 12 deletions build-plugin.sh

This file was deleted.

23 changes: 0 additions & 23 deletions phpunit.xml

This file was deleted.

10 changes: 8 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Tebex-PMMP
main: Buycraft\PocketMine\BuycraftPlugin
version: 2.0.1
main: tebexio\pocketmine\TebexPlugin
version: 3.0.0
author: Tebex Limited
api: 3.0.0
api-version: 3.0.0
permissions:
buycraft.admin:
default: op
children:
tebex.admin:
default: op
13 changes: 11 additions & 2 deletions resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# BuycraftPM Configuration
secret: ''
# Tebex-PMMP Configuration
secret: ''

# Number of concurrent calls that can be requested
worker-limit: 2

# The type of GUI used to display categories.
# Current GUI types are:
# > "form"
# > "inventory"
categories-gui-type: "inventory"
151 changes: 0 additions & 151 deletions src/Buycraft/PocketMine/BuycraftListener.php

This file was deleted.

Loading