[PR #306] [MERGED] Added in ::prayer and ::energy commands, semi-closes #305 #10357

Open
opened 2026-06-03 12:21:48 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/306
Author: @MitchvanWijngaarden
Created: 12/20/2019
Status: Merged
Merged: 12/20/2019
Merged by: @dginovker

Base: masterHead: master


📝 Commits (2)

  • a229ad8 Added in ::prayer and ::energy commands, closes #305
  • d6ba4b5 Added in message prefix 'Run energy: ' and 'Prayer points: ' to ::prayer and ::energy commands.

📊 Changes

3 files changed (+55 additions, -14 deletions)

View changed files

📝 .idea/workspace.xml (+49 -14)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java (+6 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/Commands.class (+0 -0)

📄 Description

Semi-closes #305.
Allows script writers to use ::energy and ::prayer commands to check current prayer points and current run energy.
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/306 **Author:** [@MitchvanWijngaarden](https://github.com/MitchvanWijngaarden) **Created:** 12/20/2019 **Status:** ✅ Merged **Merged:** 12/20/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`a229ad8`](https://github.com/2006-Scape/2006Scape/commit/a229ad873fd735f957453bf5bc75631b82f02e12) Added in ::prayer and ::energy commands, closes #305 - [`d6ba4b5`](https://github.com/2006-Scape/2006Scape/commit/d6ba4b5a20abde125015f03df70f864aa34ee89a) Added in message prefix 'Run energy: ' and 'Prayer points: ' to ::prayer and ::energy commands. ### 📊 Changes **3 files changed** (+55 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.idea/workspace.xml` (+49 -14) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java` (+6 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/Commands.class` (+0 -0) </details> ### 📄 Description Semi-closes #305. Allows script writers to use ::energy and ::prayer commands to check current prayer points and current run energy. ![image](https://user-images.githubusercontent.com/19310541/71264341-2bee3080-2344-11ea-82b9-9be26c71dacd.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-06-03 12:21:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#10357