Skip to content

Commit

Permalink
Change name from Ubivashka to bivashy
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Mar 20, 2023
1 parent 34aac49 commit 86814ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group 'com.ubivashka.limbo'
group 'com.bivashy.limbo'

repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
Expand Down
2 changes: 1 addition & 1 deletion bungee/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main: com.ubivashka.limbo.NanoLimboBungee
name: NanoLimboBungee
version: 1.0.2
author: "Ubivashka,Nan1t"
author: "bivashy, Nan1t"
2 changes: 1 addition & 1 deletion velocity/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group 'com.ubivashka.limbo'
group 'com.bivashy.limbo'

repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import ua.nanit.limbo.server.CommandHandler;
import ua.nanit.limbo.server.LimboServer;

@Plugin(id = "nanolimbovelocity", name = "NanoLimboVelocity", version = "1.0.2", authors = "Ubivashka,Nan1t")
@Plugin(id = "nanolimbovelocity", name = "NanoLimboVelocity", version = "1.0.2", authors = "bivashy, Nan1t")
public class NanoLimboVelocity {
static {
NanoLimbo.class.getName(); // For preventing shadow jar minimizing
Expand Down

0 comments on commit 86814ce

Please sign in to comment.