Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
convert to paper-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Oct 27, 2023
1 parent 7e749aa commit 7b2b021
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.8
group=com.mineinabyss
idofrontVersion=0.19.14
idofrontVersion=0.20.2
publishComponentName=java
2 changes: 1 addition & 1 deletion protocolburrito-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ plugins {
}

dependencies {
compileOnly(libs.bundles.idofront.core)
implementation(project(":"))
implementation(libs.bundles.idofront.core)
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
package com.mineinabyss.protocolburrito

import com.mineinabyss.idofront.platforms.Platforms
import org.bukkit.plugin.java.JavaPlugin

class ProtocolBurritoPlugin : JavaPlugin() {
override fun onLoad() {
Platforms.load(this, "mineinabyss")
}
override fun onEnable() {
logger.info("ProtocolBurrito is ready to start wrapping packets!")
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: ProtocolBurrito
version: ${plugin_version}
version: "${plugin_version}"
author: Offz
main: com.mineinabyss.protocolburrito.ProtocolBurritoPlugin
api-version: '1.20'
depend: [ProtocolLib]
api-version: "1.20"

prefix: ProtocolBurrito
description: A packet wrapper for ProtocolLib

dependencies:
server:
ProtocolLib:
required: true
load: BEFORE

0 comments on commit 7b2b021

Please sign in to comment.