Skip to content

Commit 9964240

Browse files
committed
Update alot of the stuff, remove useless stuff, Make privacy, terms of service and contact page
1 parent 7a92cc3 commit 9964240

68 files changed

Lines changed: 4494 additions & 7737 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
/node_modules/
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

.gitignore copy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules/

404.html

Lines changed: 0 additions & 51 deletions
This file was deleted.

README copy.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Chest Solutions
2+
3+
Welcome to Chest Solutions! We specialize in creating high-quality, open-source plugins to enhance server development.
4+
5+
## Our Plugins
6+
7+
- **ExpandFont**: A Minecraft plugin for PlaceholderAPI that allows the use of custom fonts in placeholders.
8+
9+
- **Rino AC**: A fast and efficient Minecraft plugin based on Grim AC, designed to prevent players from using cheats. (Currently in beta)
10+
11+
## Documentation
12+
13+
Comprehensive documentation for our plugins is available on our [website](https://chest-solutions.github.io/docs).
14+
15+
## Contributing
16+
17+
We welcome contributions from the community. If you're interested in contributing, please visit our [contribute page](https://chest-solutions.github.io/contribute) or by reading the Code of Conduct; [COC.md](https://github.com/Chest-Solutions/Chest-Solutions.github.io/blob/main/COC.md), and the [CONTRIBUTE.md](https://github.com/Chest-Solutions/Chest-Solutions.github.io/blob/main/CONTRIBUTE.md)!
18+
19+
## Connect with Us
20+
21+
Stay updated and connect with the community:
22+
23+
- **Discord**: [Join our Discord server](https://discord.gg/hhAxBTatCM)
24+
25+
- **GitHub**: [Explore our repositories](https://github.com/Chest-Solutions)
26+
27+
## License
28+
29+
All of our open-source projects, unless specified, are licensed under the [MIT License](https://github.com/Chest-Solutions/Chest-Solutions.github.io/blob/main/LICENSE).
30+
31+
---
32+
33+
© 2025 Chest Solutions. All rights reserved.

README.md

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,16 @@
1-
# Chest Solutions
1+
# React + Vite
22

3-
Welcome to Chest Solutions! We specialize in creating high-quality, open-source plugins to enhance server development.
3+
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
44

5-
## Our Plugins
5+
Currently, two official plugins are available:
66

7-
- **ExpandFont**: A Minecraft plugin for PlaceholderAPI that allows the use of custom fonts in placeholders.
7+
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) (or [oxc](https://oxc.rs) when used in [rolldown-vite](https://vite.dev/guide/rolldown)) for Fast Refresh
8+
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
89

9-
- **Rino AC**: A fast and efficient Minecraft plugin based on Grim AC, designed to prevent players from using cheats. (Currently in beta)
10+
## React Compiler
1011

11-
## Documentation
12+
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).
1213

13-
Comprehensive documentation for our plugins is available on our [website](https://chest-solutions.github.io/docs).
14+
## Expanding the ESLint configuration
1415

15-
## Contributing
16-
17-
We welcome contributions from the community. If you're interested in contributing, please visit our [contribute page](https://chest-solutions.github.io/contribute) or by reading the Code of Conduct; [COC.md](https://github.com/Chest-Solutions/Chest-Solutions.github.io/blob/main/COC.md), and the [CONTRIBUTE.md](https://github.com/Chest-Solutions/Chest-Solutions.github.io/blob/main/CONTRIBUTE.md)!
18-
19-
## Connect with Us
20-
21-
Stay updated and connect with the community:
22-
23-
- **Discord**: [Join our Discord server](https://discord.gg/hhAxBTatCM)
24-
25-
- **GitHub**: [Explore our repositories](https://github.com/Chest-Solutions)
26-
27-
## License
28-
29-
All of our open-source projects, unless specified, are licensed under the [MIT License](https://github.com/Chest-Solutions/Chest-Solutions.github.io/blob/main/LICENSE).
30-
31-
---
32-
33-
© 2025 Chest Solutions. All rights reserved.
16+
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.

assets/index-DQPaJoRz.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

assets/index-kVCy5rfV.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

chest.png

-13.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)