Skip to content

Commit

Permalink
Unregister /debugpaste as hastebin no longer allows unauthenticated u…
Browse files Browse the repository at this point in the history
…ploads + update issue template (#2164)
  • Loading branch information
PetteriM1 committed Jan 14, 2024
1 parent cebe5c8 commit b02b73f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Example
---

### Issue Description
<!--- Use our forum https://forums.nukkit.io for questions -->
<!--- Use our forum cloudburstmc.org or Discord for questions -->
It seems that the player you are manipulating does not seem to be moving from other people, and it seems that you are not moving from others.

I do not know because I have not logged in to anything other than my server, but it works normally with Wi-Fi multi.
Expand Down Expand Up @@ -68,7 +68,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 9+175, mixed mode)

```
### Issue Description
<!--- Use our forum https://forums.nukkit.io for questions -->
<!--- Use our forum cloudburstmc.org or Discord for questions -->
It seems that the player you are manipulating does not seem to be moving from other people, and it seems that you are not moving from others.
I do not know because I have not logged in to anything other than my server, but it works normally with Wi-Fi multi.
Expand Down
16 changes: 6 additions & 10 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--- Please do not ask questions or create discussion in the bug tracker. Use https://nukkitx.com -->
<!--- Please do not ask questions or create discussion in the bug tracker. Use cloudburstmc.org forum or Discord for that. -->
<!--- ONLY POST ISSUES WITH A CLEAN SERVER ON THE LATEST VERSION -->

### Expected Behavior
<!--- What would you expect to happen -->

Expand All @@ -15,18 +16,13 @@



### Debug information
<!--- Use the 'debugpaste' and 'timings paste' command in Nukkit -->
* Debug link:
* Timings link (if relevant):

### Debug Information
<!--- USE https://hastebin.com OR SIMILAR FOR ANY LOGS OR DUMPS -->
* Nukkit version:

### Crashdump, Backtrace or Other Files
<!--- USE https://hastebin.com FOR ANY LOGS OR DUMPS -->

**Checklist**:
<!--- Make sure you've completed the following steps (put an "X" between of brackets): -->
- [] I included a `/debugpaste` link
- [] I made sure there aren't duplicates of this report [(Use Search)](https://github.com/NukkitX/Nukkit/issues?utf8=%E2%9C%93&q=is%3Aissue)
- [] I made sure there aren't duplicates of this report [(Use Search)](https://github.com/CloudburstMC/Nukkit/issues?q=is%3Aissue+)
- [] I made sure I am using an up-to-date version of Nukkit
- [] I Made sure the bug/error is not caused by a plugin
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](LICENSE)
[![Build Status](https://ci.nukkitx.com/job/NukkitX/job/Nukkit/job/master/badge/icon)](https://ci.nukkitx.com/job/NukkitX/job/Nukkit/job/master/)
![Tests](https://img.shields.io/jenkins/t/https/ci.nukkitx.com/job/NukkitX/job/Nukkit/job/master.svg)
[![Discord](https://img.shields.io/discord/393465748535640064.svg)](https://discord.gg/5PzMkyK)

Introduction
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cn/nukkit/command/SimpleCommandMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private void setDefaultCommands() {
this.register("nukkit", new StatusCommand("status"));
this.register("nukkit", new GarbageCollectorCommand("gc"));
this.register("nukkit", new TimingsCommand("timings"));
this.register("nukkit", new DebugPasteCommand("debugpaste"));
//this.register("nukkit", new DebugPasteCommand("debugpaste")); // No more unauthenticated API access, TODO: find a replacement for hastebin.com
//this.register("nukkit", new DumpMemoryCommand("dumpmemory"));
// }
}
Expand Down

0 comments on commit b02b73f

Please sign in to comment.