-
Notifications
You must be signed in to change notification settings - Fork 1
/
faq.html
76 lines (76 loc) · 4.25 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
layout: default
title: IcePlugins | Open Source Unturned Plugins
permalink: /faq/
---
<div class="container" id="about" style="margin-top: 6%;">
<div class="card">
<img class="img-fluid" src="/images/Logo4.png" alt="logo" width=150px style="margin: 0 auto; margin-top: 4%;">
<h1 class="title text-center" style="margin: .5em;">FAQ</h1>
<div class="card faq-card">
<div class="card-header">
What game are these plugins for?
</div>
<div class="card-body">
They're <a href="http://store.steampowered.com/app/304930/Unturned/">Unturned</a> plugins. More specifically, they are written for the <a href="https://github.com/RocketMod/Rocket.Unturned">RocketMod</a> plugin framework. I am considering expanding to other games in the future.
</div>
</div>
<div class="card faq-card">
<div class="card-header">
The plugins here are all completely free, right? No catches?
</div>
<div class="card-body">
Yes. No kidding.
</div>
</div>
<div class="card faq-card">
<div class="card-header">
How in the world do I install these plugins?
</div>
<div class="card-body">
Like any other. Drag and drop into the /Plugins/ directory. You can find the download on the GitHub release page. Make sure
that you download the dll or zip and not the source code!
</div>
</div>
<div class="card faq-card">
<div class="card-header">
Are these plugins legit and safe?
</div>
<div class="card-body">
Yeah, they are. If I weren't an honest person, maybe they wouldn't be. If you don't trust the precompiled .dlls, just compile the source with Visual Studio yourself.
</div>
</div>
<div class="card faq-card">
<div class="card-header">
Are these plugins original work?
</div>
<div class="card-body">
Yes. All of the source is written by myself. None of it is taken from other plugins unless mentioned otherwise in the plugin's description.
</div>
</div>
<div class="card faq-card">
<div class="card-header">
I found a bug, where do fix?
</div>
<div class="card-body">
Hop onto my <a href="https://discord.gg/G2EuW2H">Discord</a> and tell me. If you are experienced in programming, just submit a pull request on the plugin's GitHub repo.
</div>
</div>
<div class="card faq-card">
<div class="card-header">
How about a plugin that does X?
</div>
<div class="card-body">
Hop onto my <a href="https://discord.gg/G2EuW2H">Discord</a> and tell me. If I think that servers will benefit from having that plugin and if it's possible, I'll probably create it.
</div>
</div>
<div class="card faq-card">
<div class="card-header">
I want a custom plugin!
</div>
<div class="card-body">
I'll do it for cheap, if it's within reason. Bitcoin is my preferred payment method. Hop onto my <a href="https://discord.gg/G2EuW2H">Discord</a> and tell me.
</div>
</div>
</div>
</div>