Skip to content

Commit 576a9be

Browse files
committed
refactor: update description and add for plugin hover
1 parent 29f2dc3 commit 576a9be

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

runelite-plugin.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
displayName=Compass Camera control
2-
author=Khoshnood
2+
author=Raaz
33
support=https://github.com/RaazKH/CompassCameraControl
4-
description=Clicking on compass will do more than just face camera north
4+
description=Expands compass functionality
55
tags=camera, compass, control, navigation, usability, convenience
66
plugins=com.compassCameraControl.CompassCameraControlPlugin

src/main/java/com/compassCameraControl/CompassCameraControlPlugin.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
@Slf4j
1717
@PluginDescriptor(
18-
name = "Compass Camera Control"
18+
name = "Compass Camera Control",
19+
description = "Expands compass functionality",
20+
tags = {"camera, compass, control, navigation, usability, convenience"}
1921
)
2022
public class CompassCameraControlPlugin extends Plugin
2123
{

0 commit comments

Comments
 (0)