GatherPlus

Approved GatherPlus 4.2.3

No permission to download

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Jakkee submitted a new resource:

4x Gather - Gather at 4x the normal amount on Wood/Ore/Animals etc

Simple plugin to make everyone on your server have 4x Gather rate, Except for Sulfur & Animal Fat (Makes C4 just a little bit more rare)

Place into Fougerite folder and reload/restart the server & you're done.
No files to edit.

Credits go to inno as he had made this for Magma.
If Inno wants me to take this down I will :)
Read more about this resource...
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Jakkee updated GatherRate with a new update entry:

V2.0 - GatherRate

-Added a Config to change the gather rate.

Installation:
- Delete the old 4x Gather files
- Download this and Extract into the Fougerite folder
- Open the GatherRate.cfg file with a text editor
- Change GatherRate with a whole that you choose

DONE! :)
Read the rest of this update entry...
 
Last edited:

Kot-Someone

New Member
Member
Aug 24, 2014
8
1
1
error in plugin load (Magma Mode)
Code:
function On_Command(Player, cmd, args) {
    switch(cmd) {
        if(Player.Admin){
right code
Code:
function On_Command(Player, cmd, args) {
    if(Player.Admin){
            switch(cmd) {
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
error in plugin load (Magma Mode)
Code:
function On_Command(Player, cmd, args) {
    switch(cmd) {
        if(Player.Admin){
right code
Code:
function On_Command(Player, cmd, args) {
    if(Player.Admin){
            switch(cmd) {
It already is that?
EDIT: Nevermind, Was looking at my personal version
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
error in plugin load (Magma Mode)
Code:
function On_Command(Player, cmd, args) {
    switch(cmd) {
        if(Player.Admin){
right code
Code:
function On_Command(Player, cmd, args) {
    if(Player.Admin){
            switch(cmd) {
Placing the .Admin statement under the switch may cause performance issue, but not error.
 

balu92

Retired Staff
Retired Staff
Trusted Member
Jul 11, 2014
338
75
28
34
nothing should be inside a "switch" but outside the "default" or a "case"
 

lookup105

New Member
Trusted Member
Member
Aug 9, 2014
11
3
3
If I run a magma server will I be able to use this plugin on it? I really want to try this out because QuadGather sucks :(
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
If I run a magma server will I be able to use this plugin on it? I really want to try this out because QuadGather sucks :(
Haven't tested it on Magma, Go for it. I can't see why it woudn't.
Let me know if it works or not
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
@danowner There is reason why there is a disussions section, Also some players might not want to use commands?
Now tell me your problem so I can fix it.
First of all what version of Fougerite are you using?

EDIT: When using the commands the vaule you set must be saved somewhere (A.K.A ini file)