Skip to content

Commit

Permalink
Package
Browse files Browse the repository at this point in the history
  • Loading branch information
BaeHyeonWoo committed Nov 12, 2021
1 parent 7a1261f commit 2641af8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion src/main/kotlin/com/baehyeonwoo/sample/plugin/SampleConfig.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
package com.baehyeonwoo.sample
/*
* Copyright (c) 2021 BaeHyeonWoo
*
* Licensed under the General Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://opensource.org/licenses/gpl-3.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.baehyeonwoo.sample.plugin

import io.github.monun.tap.config.Config
import io.github.monun.tap.config.ConfigSupport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baehyeonwoo.sample
package com.baehyeonwoo.sample.plugin

import io.github.monun.tap.effect.playFirework
import net.kyori.adventure.text.Component.text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baehyeonwoo.sample
package com.baehyeonwoo.sample.plugin

import io.github.monun.kommand.kommand
import net.kyori.adventure.text.Component.text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baehyeonwoo.sample
package com.baehyeonwoo.sample.plugin

import org.bukkit.plugin.java.JavaPlugin
import java.io.File
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baehyeonwoo.sample
package com.baehyeonwoo.sample.plugin

import org.bukkit.plugin.Plugin

Expand Down

0 comments on commit 2641af8

Please sign in to comment.