Skip to content

Commit 36aebfb

Browse files
author
Doogie13
committed
long jump naem
1 parent cff09b3 commit 36aebfb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'PluginExample'
1+
rootProject.name = 'LongJump'

src/main/kotlin/LongJump.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import com.lambda.client.plugin.api.PluginModule
55
import com.lambda.client.util.threads.safeListener
66

77
internal object LongJump : PluginModule(
8-
name = "ModuleExample",
8+
name = "LongJump",
99
category = Category.MISC,
10-
description = "LongJump",
10+
description = "Jump Longer",
1111
pluginMain = LongJumpController
1212
) {
1313
private val farSpeed by setting("Speed", 1.0f, 0.0f..10.0f, 0.1f, description = "Long Jump Factor")

0 commit comments

Comments
 (0)