mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #280] [MERGED] Update Commands #12037
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/280
Author: @RedSparr0w
Created: 12/12/2019
Status: ✅ Merged
Merged: 12/13/2019
Merged by: @Dark98
Base:
master← Head:commands📝 Commits (4)
c552185Show commands in interface38a0a13Update players command, add playershops commandabe3cbbRemove null commandff403c8Update Commands.class📊 Changes
5 files changed (+82 additions, -17 deletions)
View changed files
📝
2006Redone Server/src/com/rebotted/game/players/PlayerHandler.java(+5 -5)📝
2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java(+77 -12)📝
CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerHandler.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/Commands$1.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/Commands.class(+0 -0)📄 Description
Add a
::commandsinterfaceAdd a
::playersinterface for mods and higherAdd a
::playershopsinterface for mods and higherRemove
::nullcommandCloses #279
Closes #274
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.