Skip to content

Commit

Permalink
change the packet space name and the author list
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzz-yyhyy committed Apr 3, 2024
1 parent 1af87e3 commit 8f127bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package indi.nightfish.potato_ip_display.ip
package indi.nightfish.potato_ip_display.http

import java.io.*
import java.net.HttpURLConnection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.bukkit.plugin.java.JavaPlugin

class PlaceholderIntergration(plugin: JavaPlugin) : PlaceholderExpansion() {
override fun getAuthor(): String {
return "NightFish"
return "[NightFish, yukonisen]"
}

override fun getIdentifier(): String {
Expand Down

0 comments on commit 8f127bf

Please sign in to comment.