mirror of
https://github.com/PaperMC/Velocity
synced 2026-08-18 22:23:06 -04:00
Add missing package-info.javas for event packages (#1822)
This commit is contained in:
parent
3b892899db
commit
bcf1bba3a1
3 changed files with 33 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Velocity Contributors
|
||||
*
|
||||
* The Velocity API is licensed under the terms of the MIT License. For more details,
|
||||
* reference the LICENSE file in the api top-level directory.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Provides events for handling command execution.
|
||||
*/
|
||||
package com.velocitypowered.api.event.command;
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Velocity Contributors
|
||||
*
|
||||
* The Velocity API is licensed under the terms of the MIT License. For more details,
|
||||
* reference the LICENSE file in the api top-level directory.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Provides events for handling the player configuration phase.
|
||||
*/
|
||||
package com.velocitypowered.api.event.player.configuration;
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Velocity Contributors
|
||||
*
|
||||
* The Velocity API is licensed under the terms of the MIT License. For more details,
|
||||
* reference the LICENSE file in the api top-level directory.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Provides events for handling registration of servers on the proxy.
|
||||
*/
|
||||
package com.velocitypowered.api.event.proxy.server;
|
||||
Loading…
Add table
Add a link
Reference in a new issue