modified: app.py
This commit is contained in:
10
app.py
10
app.py
@@ -495,15 +495,9 @@ def levelcraft():
|
|||||||
'Efficient, production-ready design'
|
'Efficient, production-ready design'
|
||||||
],
|
],
|
||||||
'commands': [],
|
'commands': [],
|
||||||
'links': {
|
'links': {},
|
||||||
'devanturas.net'
|
|
||||||
},
|
|
||||||
'installation': [
|
'installation': [
|
||||||
'Obtain the LevelCraft JAR from the author',
|
'go on devanturas.net using mc 1.21.x'
|
||||||
'Place the JAR into your server plugins/ folder',
|
|
||||||
'Restart the server to generate configuration files',
|
|
||||||
'Adjust configuration to match your server balance goals',
|
|
||||||
'Reload or restart to apply changes'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
return render_template('project_detail.html', project=project)
|
return render_template('project_detail.html', project=project)
|
||||||
|
|||||||
Reference in New Issue
Block a user