File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010class FlowersForMachine (Plugin ):
1111 name = "献给机械の花束"
1212 author = "2B, 9S and 6O"
13- version = (1 , 2 , 5 )
13+ version = (1 , 2 , 6 )
1414
1515 _base : FlowersForMachineBase
1616 _server_running : FlowersForMachineServerRunning
Original file line number Diff line number Diff line change 11{
22 "author" : " 2B, 9S and 6O" ,
3- "version" : " 1.2.5 " ,
3+ "version" : " 1.2.6 " ,
44 "plugin-type" : " classic" ,
55 "description" : " flowers for m[A]chines" ,
66 "pre-plugins" : {
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def auto_keep_alive(self):
9898
9999 def _download_server (self , server_path : str ) -> bool :
100100 file_binary = requests .get (
101- "https://gh-proxy.com/github.com/OmineDev/flowers-for-machines-release/releases/download/v1.2.8 /standard-server_linux_amd64"
101+ "https://gh-proxy.com/github.com/OmineDev/flowers-for-machines-release/releases/download/v1.2.9 /standard-server_linux_amd64"
102102 )
103103
104104 if not file_binary .ok :
You can’t perform that action at this time.
0 commit comments