Skip to content

Commit

Permalink
copyright bump and deprecations bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 2, 2024
1 parent f5e04db commit 8bf5d6c
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 112 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019-2023 The Denizen Script Team
Copyright (c) 2019-2024 The Denizen Script Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Copyright (C) 2013-2019 The Denizen Script Team, All Rights Reserved.

The MIT License (MIT)

Copyright (c) 2019-2023 The Denizen Script Team
Copyright (c) 2019-2024 The Denizen Script Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public ListPingScriptEvent() {
registerCouldMatcher("server list ping");
}


public ServerListPingEvent event;

// Despite the 'cached' class name, there's no actual internal cache.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ public NPCBossBarCommand() {
// Valid options: <@link url https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarFlag.html>.
//
// @Usage
// # Makes the linked NPC's bossbar green, and changes its title.
// Makes the linked NPC's bossbar green, and changes its title.
// - npcbossbar color:green "title:This bossbar is green!"
//
// @Usage
// # Makes it so the linked NPC's bossbar can only be visible 5 blocks away from it.
// Makes it so the linked NPC's bossbar can only be visible 5 blocks away from it.
// - npcbossbar range:5
//
// @Usage
// # Removes a specific NPC's bossbar.
// Removes a specific NPC's bossbar.
// - npcbossbar remove npc:<[theNPC]>
// -->

Expand Down
Loading

0 comments on commit 8bf5d6c

Please sign in to comment.