Skip to content

Instantly share code, notes, and snippets.

View cdfisher's full-sized avatar

Chris cdfisher

  • Boston
View GitHub Profile
@abextm
abextm / gameval.kts
Created April 9, 2025 12:47
IntelliJ script to convert to gamevals
/*
* This Inteliij IDE Console script migrates plugins from old *ID classes
* to newer gameval-based classes that are generated from Jagex's
* actual internal names for things.
*
* This script has a few quirks
* - InventoryID migration is not perfect, but should work for most cases
* and any failed cases will result in a compilatino error
* - star importing net.runelite.api.* will make it fully qualify any new
* references, so ideally remove this from your codebase before running it