Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a plugin schema #656

Merged
1 commit merged into from
May 8, 2022
Merged

Add a plugin schema #656

1 commit merged into from
May 8, 2022

Conversation

KingRainbow44
Copy link
Member

Description

Adds a schema for constructing plugin configuration files.
Useful for IDEs!

Type of changes

  • Bug fix
  • New feature
  • Enhancement
  • Documentation

Checklist:

  • My code follows the style guidelines of this project
  • My pull request is unique and no other pull requests have been opened for these changes
  • I have read the Contributing note and Code of conduct
  • I am responsible for any copyright issues with my code if it occurs in the future.

@KingRainbow44 KingRainbow44 changed the base branch from stable to development May 7, 2022 23:41
@KingRainbow44
Copy link
Member Author

btw i stole this from bukkit sooo

@ghost ghost merged commit 04a58d4 into development May 8, 2022
"mainClass": {
"description": "The plugin's initial class file.",
"type": "string",
"pattern": "^(?!org\\.bukkit\\.)([a-zA-Z_$][a-zA-Z\\d_$]*\\.)*[a-zA-Z_$][a-zA-Z\\d_$]*$"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i see bukkit lol

@KingRainbow44 KingRainbow44 deleted the plugin-schema branch May 8, 2022 15:48
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants