mirror of
https://github.com/kasuganosoras/YumV
synced 2026-05-22 22:09:51 +08:00
Update README.md
This commit is contained in:
committed by
GitHub
Unverified
parent
1552e47866
commit
6e00d01701
@@ -1,2 +1,56 @@
|
||||
# YumV
|
||||
YumV is a FiveM server script, you can use it to install plugin, vehicle and maps quickly, like use the yum in CentOS.
|
||||
|
||||
## Feature
|
||||
- Auto install plugin, vehicle, maps, peds or other.
|
||||
- Search the anything you want.
|
||||
- Remove the exist plugin.
|
||||
- Update the exist plugin to new version.
|
||||
- Show the installed plugin list.
|
||||
|
||||
## Installation
|
||||
First, goto your FXServer resources directory, such as `/home/akkariin/fivem/resources/`.
|
||||
```
|
||||
cd /home/akkariin/fivem/resources/
|
||||
```
|
||||
Then, clone this project to your resources directory.
|
||||
```
|
||||
git clone https://github.com/kasuganosoras/YumV yum/
|
||||
```
|
||||
Edit your `server.cfg` and append the following text:
|
||||
```
|
||||
start yum
|
||||
add_ace resource.yum command.refresh allow
|
||||
```
|
||||
Final, restart your FXServer, enjoy!
|
||||
|
||||
## Example use
|
||||
Install the vehicle "gtr":
|
||||
```
|
||||
yum install gtr
|
||||
```
|
||||
Search the vehicle "bmw":
|
||||
```
|
||||
yum search bmw
|
||||
```
|
||||
Update local plugin "vMenu":
|
||||
```
|
||||
yum update vMenu
|
||||
```
|
||||
Remove an exist plugin "subwrx":
|
||||
```
|
||||
yum remove subwrx
|
||||
```
|
||||
List all the plugins you installed:
|
||||
```
|
||||
yum list
|
||||
```
|
||||
You can use command `yum help` for help.
|
||||
|
||||
## Upload
|
||||
If you want to upload a new resource to YumV mirror, you can visit: https://yumv.net/ (Chinese website)
|
||||
|
||||
You need to register an account to upload files.
|
||||
|
||||
## License
|
||||
This project is open-source, use GPL-v3 license.
|
||||
|
||||
Reference in New Issue
Block a user