mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 11:30:19 -07:00
Rebased
This commit is contained in:
parent
8c5c3f52ff
commit
a81b9b46b4
13 changed files with 19 additions and 36 deletions
|
|
@ -7,11 +7,6 @@ import rt4.Inv
|
|||
import rt4.ObjTypeList
|
||||
import kotlin.math.round
|
||||
|
||||
@PluginMeta (
|
||||
author = "bushtail",
|
||||
description = "Quickly tally the value of your inventory with a command.",
|
||||
version = 1.0
|
||||
)
|
||||
class plugin : Plugin() {
|
||||
override fun ProcessCommand(commandStr: String, args: Array<out String>?) {
|
||||
when(commandStr.toLowerCase()) {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
AUTHOR='bushtail'
|
||||
DESCRIPTION='Quickly tally the value of your inventory with a command.'
|
||||
VERSION=1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue