Skip to content

Commit

Permalink
feat(FoliaAPI: Add FoliaAPI class
Browse files Browse the repository at this point in the history
  • Loading branch information
Runkang10 committed Oct 19, 2024
1 parent 788c9e1 commit 9ec00e0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
package org.sysapp.runkang10.universalMCAPI.folia

import io.papermc.paper.threadedregions.scheduler.GlobalRegionScheduler
import net.kyori.adventure.text.Component
import net.kyori.adventure.text.format.NamedTextColor
import org.bukkit.Bukkit
import org.bukkit.plugin.java.JavaPlugin
import org.sysapp.runkang10.universalMCAPI.UniversalMCAPI
import org.sysapp.runkang10.universalMCAPI.paper.console.SendMessage
import kotlin.math.log

class FoliaAPI(private var plugin: JavaPlugin) {
private var isfolia: Boolean = this.isFolia()
Expand Down

0 comments on commit 9ec00e0

Please sign in to comment.