mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
refactor: make descirptions better in projects
remove "CLOSED SOURCE NOW"
This commit is contained in:
parent
21a35d842c
commit
1e09cb35dc
1 changed files with 3 additions and 3 deletions
|
@ -77,17 +77,17 @@ const projects: Project[] = [
|
|||
{
|
||||
name: "Peddler's Pocket",
|
||||
link: "https://github.com/xHyroM/peddlerspocket",
|
||||
desc: "CLOSED SOURCE NOW | /sell command that allows you to put things into GUI and then sell them by closing",
|
||||
desc: "/sell command that allows you to put things into GUI and then sell them by closing",
|
||||
},
|
||||
{
|
||||
name: "Peak Pursuit",
|
||||
link: "https://github.com/xHyroM/peakpursuit",
|
||||
desc: "CLOSED SOURCE NOW | PeakPursuit is a plugin for King of the Hill events that adds a competitive edge to your server gameplay. Conquer the hill and claim the crown!",
|
||||
desc: "PeakPursuit is a plugin for King of the Hill events that adds a competitive edge to your server gameplay. Conquer the hill and claim the crown!",
|
||||
},
|
||||
{
|
||||
name: "Spawner Genz",
|
||||
link: "https://github.com/xHyroM/spawnergenz",
|
||||
desc: "CLOSED SOURCE NOW | Spawner Genz is a plugin that modifies the functionality of spawners so that they don't spawn entities, but instead store drops in a virtual storag in which you can then sell or move everything to your inventory.",
|
||||
desc: "Spawner Genz is a plugin that modifies the functionality of spawners so that they don't spawn entities, but instead store drops in a virtual storag in which you can then sell or move everything to your inventory.",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue