This repository was archived by the owner on Feb 23, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'b4a8f8391b0fba26ed99bc5de0b3aaedcad4472f' into pmmp_3 # Conflicts: # .github/ISSUE_TEMPLATE/bug_report.md # src/pocketmine/PocketMine.php
- Loading branch information
Showing
30 changed files
with
343 additions
and
138 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: API change request | ||
about: Suggest a change, addition or removal to the plugin API | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- tell us what you want --> | ||
## Description | ||
|
||
|
||
<!--- explain why you want this and why it's a good idea --> | ||
## Justification | ||
|
||
|
||
<!--- (optional) describe alternative methods you've explored to achieve your goal --> | ||
## Alternative methods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: Crash | ||
about: Report a crash in PocketMine-MP (not plugins) | ||
title: Server crashed | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- submit crashdump files to https://crash.pmmp.io --> | ||
<!--- or, copy the data between ===BEGIN CRASH DUMP=== and ===END CRASH DUMP and paste it on a site like https://pastebin.com --> | ||
Link to crashdump: | ||
|
||
<!--- write additional information about the crash to help us find the problem --> | ||
### Additional comments (optional) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Help & support | ||
about: We don't accept support requests here. Try the links on the README. | ||
title: '' | ||
labels: Support request | ||
assignees: '' | ||
|
||
--- | ||
|
||
We don't accept support requests on the issue tracker. Please try the following links instead: | ||
|
||
Documentation: http://pmmp.rtfd.io | ||
Forums: https://forums.pmmp.io | ||
Discord: https://discord.gg/bge7dYQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Security/DoS vulnerability | ||
about: 'Bug or exploit that can be used to attack servers (hint: don''t report it | ||
on a public issue tracker)' | ||
title: '' | ||
labels: 'Auto: Spam' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please DO NOT report security vulnerabilities here. | ||
Instead, send an email to [email protected] or contact a developer directly, IN PRIVATE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ server.properties | |
/pocketmine.yml | ||
memory_dumps/* | ||
resource_packs/ | ||
server.lock | ||
|
||
# Common IDEs | ||
.idea/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## PocketMine-MP API Documentation | ||
|
||
This site contains auto-generated API documentation for PocketMine-MP (and dependencies which are not outsourced). Documentation here is regenerated for every release. | ||
|
||
This site can be accessed via https://apidoc.pmmp.io. | ||
|
||
### Additional developer resources | ||
- [DevTools](https://github.com/pmmp/PocketMine-DevTools/) - Development tools plugin for creating plugins | ||
- [ExamplePlugin](https://github.com/pmmp/ExamplePlugin/) - Example plugin demonstrating some basic API features | ||
- [DeveloperDocs](https://github.com/pmmp/DeveloperDocs/) - Reference, guides and specifications for the PocketMine-MP API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.